diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7f033496db..f6574ada90 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,12 @@
+
+### 0.8.3 (2020-11-30)
+
+
+#### Chore
+
+* Update to rust 1.48 (#927) ([ea1f222b](https://github.com/mozilla-services/syncstorage-rs/commit/ea1f222b219ddd78684945058c3b3430ed636982))
+
+
## 0.8.2 (2020-11-20)
diff --git a/Cargo.lock b/Cargo.lock
index e3eae0699d..c319c8d9d7 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2939,7 +2939,7 @@ dependencies = [
[[package]]
name = "syncstorage"
-version = "0.8.2"
+version = "0.8.3"
dependencies = [
"actix-cors",
"actix-http",
diff --git a/Cargo.toml b/Cargo.toml
index 9bcda33bc0..62b6a1fb7b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "syncstorage"
-version = "0.8.2"
+version = "0.8.3"
license = "MPL-2.0"
authors = [
"Ben Bangert ",