diff --git a/changelog.md b/changelog.md
index f4c676f..4666dbf 100644
--- a/changelog.md
+++ b/changelog.md
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
+## 1.1.2 - 2024-10-21
+
+- Update jUnit Jupiter and Platform
+- Update Mockito to 5.14
+- Update a bunch of Maven plugins: javadoc, surefire, failsafe, invoker, central-publishing, jetbrains annotations
+
## 1.1.1 - 2024-08-20
- Update jUnit to 5.11
diff --git a/pom.xml b/pom.xml
index 194520e..1712d29 100644
--- a/pom.xml
+++ b/pom.xml
@@ -443,5 +443,5 @@
https://github.com/vitalijr2/mock-jdk-platform-logging
https://github.com/vitalijr2/mock-jdk-platform-logging
- 1.1.2-SNAPSHOT
+ 1.1.2
diff --git a/readme.md b/readme.md
index 96a2d53..55a52e2 100644
--- a/readme.md
+++ b/readme.md
@@ -17,7 +17,7 @@ Just put a test dependency to your POM:
mock-jdk-platform-logging
io.github.vitalijr2.logging
test
- 1.1.1
+ 1.1.2
```