diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3b8e5b6..743de3c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,18 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
+
+
+## [v2.0.2-SNAPSHOT] - 2024-10-01
+
+patch for production
+
+Feature/28020 Mail notification Catalogue Item Rejected
+ fixed bug in getUserNotificationChannels, condition for the creation of a mnissing entry was null list instead of empty list
+ the specific logic for new WP_ notification entries is implemented now also in createNewNotificationType
+
+ getUserNotificationPreferences now creates the missing entries if the number of found entries is different from NotificationType.values().length
+
## [v2.0.1] - 2024-04-22
- Bug 27218 - Null pointer exception getting notifications preferences fixed
diff --git a/pom.xml b/pom.xml
index 2802028..46dd416 100644
--- a/pom.xml
+++ b/pom.xml
@@ -11,7 +11,7 @@
org.gcube.portal
social-networking-library
- 2.0.1
+ 2.0.2-SNAPSHOT
gCube Social Networking Library
The gCube Social Networking Library is the 'bridge' between your gCube Applications and the social networking facilities.