Skip to content

Commit

Permalink
Update CHANGELOG.md and README.md for new release 12.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
arjanvlek committed Dec 7, 2023
1 parent 84f4fec commit f98dcee
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Spring boot autoconfig for spring security in a REST environment
<dependency>
<groupId>nl.42</groupId>
<artifactId>rest-secure-spring-boot-starter</artifactId>
<version>12.1.0</version>
<version>12.3.0</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down

0 comments on commit f98dcee

Please sign in to comment.