Skip to content

Commit

Permalink
update changelog and bump version
Browse files Browse the repository at this point in the history
Signed-off-by: Jordan Hasgul <[email protected]>
  • Loading branch information
jordanhasgul committed Jul 16, 2024
1 parent 06c44c2 commit 4ea4213
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ 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.0.0/), and this project adheres
to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [2.0.1] - 2024-07-16

### Changed
* Added support for Spring Boot 3.3.

## [2.0.0] - 2024-05-28

### Changed
Expand All @@ -17,8 +22,8 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [1.0.1] - 2024-02-21

### Changed
* - Added support for Spring Boot 3.2.
- Updated dependencies.
* Added support for Spring Boot 3.2.
* Updated dependencies.

## [1.0.0] - 2023-09-22

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=2.0.0
version=2.0.1

0 comments on commit 4ea4213

Please sign in to comment.