diff --git a/Cargo.lock b/Cargo.lock
index 81410b1d02..0fc7d07919 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -3913,7 +3913,7 @@ dependencies = [
[[package]]
name = "sn_client"
-version = "0.81.3"
+version = "0.81.4"
dependencies = [
"assert_matches",
"backoff",
diff --git a/sn_client/CHANGELOG.md b/sn_client/CHANGELOG.md
index 745709f9cf..7f1876eab4 100644
--- a/sn_client/CHANGELOG.md
+++ b/sn_client/CHANGELOG.md
@@ -1113,15 +1113,50 @@ needed, as they keypair itself contains the Arcs we need.
- Self authentication Example
- Example to demonstrate Storage API
+## v0.81.4 (2023-03-07)
+
+### Other
+
+ - reduce churn interval
+
+### Test
+
+ - add bench for concurrent client uploads
+ - increase concurrent weight of client test
+
+### Commit Statistics
+
+
+
+ - 3 commits contributed to the release.
+ - 3 commits were understood as [conventional](https://www.conventionalcommits.org).
+ - 0 issues like '(#ID)' were seen in commit messages
+
+### Commit Details
+
+
+
+view details
+
+ * **Uncategorized**
+ - Reduce churn interval ([`9251e0d`](https://github.com/maidsafe/safe_network/commit/9251e0dfa08e9a36c9b55fe1709cdfbc38668cd3))
+ - Add bench for concurrent client uploads ([`87e59a2`](https://github.com/maidsafe/safe_network/commit/87e59a24bcabd0c710fa0c8871bafe1b68c89b5e))
+ - Increase concurrent weight of client test ([`5959754`](https://github.com/maidsafe/safe_network/commit/5959754ccb70bbb468d4d01265c6e605e9b821b5))
+
+
## v0.81.3 (2023-03-06)
+### Chore
+
+ - sn_interface-0.19.7/sn_comms-0.5.1/sn_client-0.81.3/sn_node-0.77.13/sn_cli-0.72.3
+
### Commit Statistics
- - 1 commit contributed to the release.
+ - 2 commits contributed to the release.
- 3 days passed between releases.
- - 0 commits were understood as [conventional](https://www.conventionalcommits.org).
+ - 1 commit was understood as [conventional](https://www.conventionalcommits.org).
- 0 issues like '(#ID)' were seen in commit messages
### Commit Details
@@ -1131,12 +1166,14 @@ needed, as they keypair itself contains the Arcs we need.
view details
* **Uncategorized**
+ - Sn_interface-0.19.7/sn_comms-0.5.1/sn_client-0.81.3/sn_node-0.77.13/sn_cli-0.72.3 ([`4b8d391`](https://github.com/maidsafe/safe_network/commit/4b8d391f5f9fbdfb4de28e969ad1b1c4f4a13ebf))
- Refactor: distinguish client and node ids - This removes the ambiguous Peer and creates a clearer path for client and node related logic, while finally resolving the node/peer ambiguity. ([`4097de4`](https://github.com/maidsafe/safe_network/commit/4097de4e979f1cb6b17eb4b90b7ce3861194a4a9))
## v0.81.2 (2023-03-02)
+
### Chore
diff --git a/sn_client/Cargo.toml b/sn_client/Cargo.toml
index 20addc11fb..89e204c159 100644
--- a/sn_client/Cargo.toml
+++ b/sn_client/Cargo.toml
@@ -8,7 +8,7 @@ license = "GPL-3.0"
name = "sn_client"
readme = "README.md"
repository = "https://github.com/maidsafe/safe_network"
-version = "0.81.3"
+version = "0.81.4"
[[bench]]
name = "upload_bytes"