summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES.md13
-rw-r--r--version.py2
2 files changed, 14 insertions, 1 deletions
diff --git a/CHANGES.md b/CHANGES.md
index bd20ae584..cb0e700c0 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,6 +1,19 @@
Ishtar changelog
================
+0.99.6 (2017-01-29)
+-------------------
+
+### Features ###
+
+- Containers, warehouses: add external ids
+- Importers: add "container type" to available types for type columns
+
+### Bug fixes ###
+
+- Fix performance issues for shortcut menu
+
+
0.99.5 (2017-01-24)
-------------------
diff --git a/version.py b/version.py
index 4cf114c57..8fb7392cc 100644
--- a/version.py
+++ b/version.py
@@ -1,4 +1,4 @@
-VERSION = (0, 99, 5)
+VERSION = (0, 99, 6)
def get_version():