diff --git a/CHANGELOG.md b/CHANGELOG.md
index 090568e28f..baf2df733e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,17 @@
+
+## 0.5.8 (2020-08-25)
+
+
+#### Bug Fixes
+
+* fix purge_ttl advanced features ([714168d1](https://github.com/mozilla-services/syncstorage-rs/commit/714168d1077e3429bd33fbcb17724cd74551149a), closes [#799](https://github.com/mozilla-services/syncstorage-rs/issues/799))
+
+#### Features
+
+* cleanup the spanner pool managers ([746f5d12](https://github.com/mozilla-services/syncstorage-rs/commit/746f5d128f3d3804367b49b6b5fbff34e722d5b3), closes [#794](https://github.com/mozilla-services/syncstorage-rs/issues/794))
+
+
+
## 0.5.7 (2020-08-22)
diff --git a/Cargo.lock b/Cargo.lock
index c1975d3a03..00f709ddd1 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2720,7 +2720,7 @@ dependencies = [
[[package]]
name = "syncstorage"
-version = "0.5.7"
+version = "0.5.8"
dependencies = [
"actix-cors",
"actix-http",
diff --git a/Cargo.toml b/Cargo.toml
index 80fb2640cf..9874ed8a60 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "syncstorage"
-version = "0.5.7"
+version = "0.5.8"
license = "MPL-2.0"
authors = [
"Ben Bangert ",