diff options
| -rw-r--r-- | CHANGELOG.md | 3 | ||||
| -rw-r--r-- | VERSION.txt | 3 |
2 files changed, 5 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 58a27053d..6c597d3ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,9 @@ - Improvement: Reduce buffer creation and copying in ParsePackageMessage - Improvement: Don't read attachments for oplogs we already have when parsing oplog message +## v0.1.6 +- Bugfix: Bugfix: Use bucket/key to get inline value in upstream for chunks without a chunkid (UE-164966) + ## v0.1.5 - Bugfix: Don't fail entire request if GetCacheValue from Horde fails for a single value diff --git a/VERSION.txt b/VERSION.txt index 478f5acb9..2ce5b860f 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1,2 @@ -0.1.6-pre11
\ No newline at end of file +0.1.5 +0.1.6
\ No newline at end of file |