diff options
| -rw-r--r-- | CHANGELOG.md | 1 | ||||
| -rw-r--r-- | VERSION.txt | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 8fa0c8f05..3c2079397 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,5 @@ ## +- Bumped zenserver data schema (to '5') to wipe corrupted state caused by version 0.2.31/0.2.32 - Bugfix: Fix hang on ZenServerInstance shutdown on Mac/Linux - Improvement: We now set Sentry to `<username>@<hostname>` if personal information is allowed to be sent - Improvement: Removed dependency on cxxopts exception types, to enable use of library versions >3.0.0 diff --git a/VERSION.txt b/VERSION.txt index 4ec1522e3..f8aa557a5 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -0.2.33
\ No newline at end of file +0.2.34
\ No newline at end of file |