diff options
| author | Dan Engelbrecht <[email protected]> | 2023-11-15 17:03:46 +0100 |
|---|---|---|
| committer | Dan Engelbrecht <[email protected]> | 2023-11-15 17:04:41 +0100 |
| commit | 2c7cf5e2fb443aa9033549a253e61c2b1316d58d (patch) | |
| tree | 7b13f8fed88b6539e9c5bb1291f287bc1914380e | |
| parent | schema bump (#544) (diff) | |
| download | zen-2c7cf5e2fb443aa9033549a253e61c2b1316d58d.tar.xz zen-2c7cf5e2fb443aa9033549a253e61c2b1316d58d.zip | |
0.2.34v0.2.34
| -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 |