diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1f3ce73..bc2dac1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,17 @@ All notable changes to the library will be documented in this file.
The format of the file is based on [Keep a Changelog](http://keepachangelog.com/)
and this library adheres to [Semantic Versioning](http://semver.org/) as mentioned in [README.md][readme] file.
+## [ [4.1.1](https://github.com/infobip/infobip-api-java-client/releases/tag/4.1.1) ] - 2024-01-03
+
+### Added
+* `guava` dependency to tag `early-access` endpoints with `@Beta` annotation.
+* Most recent [Infobip WhatsApp API](https://www.infobip.com/docs/api/channels/whatsapp) feature set.
+
+### Changed
+* Expanded [WhatsAppTemplateDataContent](src/main/java/com/infobip/model/WhatsAppTemplateDataContent.java) model with additional field supporting `WhatsAppTemplateCarouselContent` that the API might return.
+* Early access endpoints in [WhatsAppApi](src/main/java/com/infobip/api/WhatsAppApi.java) are tagged with `@Beta` annotation
+* Fixed Javadoc.
+
## [ [4.1.0](https://github.com/infobip/infobip-api-java-client/releases/tag/4.1.0) ] - 2023-12-20
⚠️ **IMPORTANT NOTE:** This release contains compile time breaking changes.
@@ -20,6 +31,7 @@ If you find out that something was not addressed properly, please submit an issu
* Most recent [Infobip Voice API](https://www.infobip.com/docs/api/channels/voice) feature set.
* Most recent [Infobip WebRTC API](https://www.infobip.com/docs/api/channels/webrtc) feature set.
* Most recent [Infobip Viber API](https://www.infobip.com/docs/api/channels/viber) feature set.
+* Most recent [Infobip WhatsApp API](https://www.infobip.com/docs/api/channels/whatsapp) feature set.
* [CPaaS-X](https://www.infobip.com/docs/cpaas-x/application-and-entity-management) support to more channels.
* Support for handling ApiError models:
* [ApiError](src/main/java/com/infobip/model/ApiError.java)
diff --git a/pom.xml b/pom.xml
index d59af4c..46ed2bc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -43,7 +43,7 @@
2.0.9
5.9.2
3.24.2
- 32.1.2-jre
+ 32.1.2-jre