diff --git a/CHANGELOG.md b/CHANGELOG.md
index 110f1b74..2a978ab1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,11 @@
 # Changelog
 
+## v1.5.0 - 2022-06-07
+
+### Added
+
+- #106 - Add a new, optional, backend store based in Redis
+
 ## v1.4.3 - 2022-03-03
 
 ### Fixed
@@ -87,7 +93,6 @@
 
 - #44 - On CRUD failure, do not generate an extraneous "success" log message in addition to the "failed" message
 
-
 ## v1.0.0 - 2020-10-23
 
 Initial release
diff --git a/pyproject.toml b/pyproject.toml
index 58ec6e4b..ada51b50 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
 [tool.poetry]
 name = "diffsync"
-version = "1.4.3"
+version = "1.5.0"
 description = "Library to easily sync/diff/update 2 different data sources"
 authors = ["Network to Code, LLC <info@networktocode.com>"]
 license = "Apache-2.0"