diff options
-rw-r--r-- | CHANGES.md | 11 | ||||
-rw-r--r-- | version.py | 2 |
2 files changed, 12 insertions, 1 deletions
diff --git a/CHANGES.md b/CHANGES.md index 314b30ffe..20a3113db 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,17 @@ Ishtar changelog ================ +v0.99.22 (2017-06-30) +--------------------- +### Features ### +- Imports: explicit message (instead of crash) on misconfiguration of importers +- Sources: change external id type to TextField +- Sheet find: hover text on ID + +### Bug fixes ### +- Sources wizard: fix author deletion +- Fix container export - CSV + v0.99.21 (2017-06-14) --------------------- ### Features ### diff --git a/version.py b/version.py index d6129f406..9c03d80c5 100644 --- a/version.py +++ b/version.py @@ -1,4 +1,4 @@ -VERSION = (0, 99, 21) +VERSION = (0, 99, 22) def get_version(): |