summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.qmake.conf2
-rw-r--r--changelog.md10
2 files changed, 11 insertions, 1 deletions
diff --git a/.qmake.conf b/.qmake.conf
index a164ba9..79f1d51 100644
--- a/.qmake.conf
+++ b/.qmake.conf
@@ -1,3 +1,3 @@
load(qt_build_config)
-MODULE_VERSION = 0.2.1
+MODULE_VERSION = 0.3.0
diff --git a/changelog.md b/changelog.md
index 02655e7..cc7ce6c 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,5 +1,15 @@
# Enginio Qt Library Changelog
+## 0.3.0 (May 7th 2013)
+New:
+* Usage simplified by building Enginio library as a proper Qt5 module. Now only configuration required is `QT += enginio`.
+* QML FileOperation added
+* Chunked file upload implemented
+
+Fixes:
+* Build issues on Mac
+* Object given to ObjectOperation::create/read/update methods updated properly when operation is finished
+
## 0.2.1 (April 19th 2013)
Fixes:
* QML plugin is installed under <QML_INSTALL_DIR>/qml