diff --git a/README.md b/README.md
index a3ec84cc..9577a6fa 100644
--- a/README.md
+++ b/README.md
@@ -80,6 +80,12 @@ Please use GitHub issues for this.
## Changelog
+### 2.5.0 (2023-05-07)
+
+* (bropat) **Breaking Change** `picture_url` property is now hidden and was replaced by `picture` property for supported devices
+* (bropat) Implemented new push notification picture gathering and decryption
+* (bropat) Fixed sdcard info gathering for devices without sdcard inserted
+
### 2.4.4 (2023-04-21)
* (bropat) Implemented feature request #313
diff --git a/docs/_coverpage.md b/docs/_coverpage.md
index ee2ef11b..2145e306 100644
--- a/docs/_coverpage.md
+++ b/docs/_coverpage.md
@@ -1,6 +1,6 @@
![logo](_media/eufy-security-client.png)
-# eufy-security-client 2.4.4
+# eufy-security-client 2.5.0
> This shared library allows to control [Eufy security devices](https://us.eufylife.com/collections/security) by connecting to the Eufy cloud servers and local/remote stations over p2p
diff --git a/package-lock.json b/package-lock.json
index 357e13b5..14111466 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "eufy-security-client",
- "version": "2.4.4",
+ "version": "2.5.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "eufy-security-client",
- "version": "2.4.4",
+ "version": "2.5.0",
"license": "MIT",
"dependencies": {
"@cospired/i18n-iso-languages": "^4.1.0",
diff --git a/package.json b/package.json
index 92222c1b..0f5d33a5 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "eufy-security-client",
- "version": "2.4.4",
+ "version": "2.5.0",
"description": "Client to comunicate with Eufy-Security devices",
"author": {
"name": "bropat",