diff --git a/CHANGELOG.md b/CHANGELOG.md
index 152ac5f..ab6bebf 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,11 @@
+
+
+# [5.1.0](https://github.com/bohoffi/ngx-localstorage/compare/5.0.0...5.1.0) (2023-10-29)
+
+### Features
+
+- update Angular version compatibility - thanks [Boris-Bodin](https://github.com/Boris-Bodin) ([#59](https://github.com/bohoffi/ngx-localstorage/pull/59))
+
# [5.0.0](https://github.com/bohoffi/ngx-localstorage/compare/4.0.0...5.0.0) (2023-03-15)
diff --git a/libs/ngx-localstorage/package.json b/libs/ngx-localstorage/package.json
index af900b0..db88231 100644
--- a/libs/ngx-localstorage/package.json
+++ b/libs/ngx-localstorage/package.json
@@ -1,6 +1,6 @@
{
"name": "ngx-localstorage",
- "version": "5.0.0",
+ "version": "5.1.0",
"peerDependencies": {
"@angular/common": ">=15.0.0",
"@angular/core": ">=15.0.0"