diff --git a/RELEASES.md b/RELEASES.md
index 63556dd..46994ba 100644
--- a/RELEASES.md
+++ b/RELEASES.md
@@ -3,6 +3,7 @@
## Releases ##
+- [v1.10.1](#1_10_1)
- [v1.10.0](#1_10_0)
- [v1.9.0](#1_9_0)
- [v1.8.1](#1_8_1)
@@ -16,6 +17,23 @@
- [v1.2.0](#1_2_0)
- [v1.1.0](#1_1_0)
+
+
+## Samourai Dojo v1.10.1 ##
+
+#### Bug fixes ####
+
+- [#mr236](https://code.samourai.io/dojo/samourai-dojo/-/merge_requests/236) fix auth errors
+
+#### Security ####
+
+- [#mr235](https://code.samourai.io/dojo/samourai-dojo/-/merge_requests/235) apply middleware in correct order
+
+#### Credits ###
+
+- pajasevi
+- lukechilds
+
diff --git a/keys/index-example.js b/keys/index-example.js
index 5c2af21..eb22f08 100644
--- a/keys/index-example.js
+++ b/keys/index-example.js
@@ -16,7 +16,7 @@ module.exports = {
/*
* Dojo version
*/
- dojoVersion: '1.10.0',
+ dojoVersion: '1.10.1',
/*
* Bitcoind
*/
@@ -329,4 +329,4 @@ module.exports = {
unconfirmedTxsProcessPeriod: 300000
}
}
-}
\ No newline at end of file
+}
diff --git a/package-lock.json b/package-lock.json
index b86c465..f167a2a 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,11 +1,11 @@
{
"name": "samourai-dojo",
- "version": "1.10.0",
+ "version": "1.10.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
- "version": "1.10.0",
+ "version": "1.10.1",
"license": "AGPL-3.0-only",
"dependencies": {
"@tinyhttp/app": "1.3.3",
diff --git a/package.json b/package.json
index 9d547f5..c689d25 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "samourai-dojo",
- "version": "1.10.0",
+ "version": "1.10.1",
"description": "Backend server for Samourai Wallet",
"main": "accounts/index.js",
"scripts": {