summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES.md14
-rw-r--r--version.py2
2 files changed, 15 insertions, 1 deletions
diff --git a/CHANGES.md b/CHANGES.md
index ddb825759..33ba9cf24 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,6 +1,20 @@
Ishtar changelog
================
+v0.99.11 (2017-02-06)
+---------------------
+### Features ###
+- Imports: manage model limitation (don't create items not in a whitelist)
+- Harmonize CSV import and CSV exports
+- Imports: multi format parse of dates
+- Find sheet: display treatment states in treatment table
+- Basket sheet: add basket name and basic informations
+- Admin: improve search and ordering
+- Update labels and translations
+
+### Bug fixes ###
+- Fix UI bug: validation button at the bottom of the page
+
v0.99.10 (2017-02-04)
---------------------
diff --git a/version.py b/version.py
index 9bde12a00..f635dd125 100644
--- a/version.py
+++ b/version.py
@@ -1,4 +1,4 @@
-VERSION = (0, 99, 10)
+VERSION = (0, 99, 11)
def get_version():