diff --git a/CHANGELOG.md b/CHANGELOG.md
index e2cb613..c18cd60 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,7 +4,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
-## [12.2.0]
+## [12.3.0] - 2023-12-07
+- Upgrade to Spring Boot 3.2.0
+- Made the AuthenticationManager in the WebSecurityAutoConfig conditional.
+ - This gives the option to implement your own version of the AuthenticationManager.
+
+## [12.2.0] - 2023-11-08
- Upgrade to Spring Boot 3.1.5
- Error response in RFC-7807 format
- Added maven wrapper
diff --git a/README.md b/README.md
index fd82bd2..fcf4f7f 100644
--- a/README.md
+++ b/README.md
@@ -44,7 +44,7 @@ Spring boot autoconfig for spring security in a REST environment
nl.42
rest-secure-spring-boot-starter
- 12.1.0
+ 12.3.0
org.springframework.boot