diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6e7376cc..788839ad 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,12 @@
All notable changes to this project will be documented in this file.
+## [0.1.6 - 2023-03-23]
+
+### Fixed
+
+- Fixed binary hashes check
+
## [0.1.5 - 2023-02-25]
### Changed
diff --git a/appinfo/info.xml b/appinfo/info.xml
index ee7449d7..1c34658a 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -34,7 +34,7 @@ You can support us in several ways:
[](https://liberapay.com/cloud_py_api/donate)
]]>
- 0.1.5
+ 0.1.6
agpl
Andrey Borysenko
Alexander Piskun
diff --git a/package-lock.json b/package-lock.json
index 267a0ce2..28ff071e 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "cloud_py_api",
- "version": "0.1.5",
+ "version": "0.1.6",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "cloud_py_api",
- "version": "0.1.5",
+ "version": "0.1.6",
"license": "agpl",
"dependencies": {
"@nextcloud/auth": "^2.0.0",
diff --git a/package.json b/package.json
index e286daed..801e9e97 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "cloud_py_api",
"description": "Nextcloud Python API (Framework)",
- "version": "0.1.5",
+ "version": "0.1.6",
"keywords": [
"nextcloud",
"python",