Skip to content

Commit

Permalink
chore: prepare 1.2.0 version (#12)
Browse files Browse the repository at this point in the history
Signed-off-by: ablandel <[email protected]>
  • Loading branch information
ablandel committed Jun 15, 2024
1 parent e8e2379 commit 700ede6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

Add the changes here.

## [1.2.0] - 2024-06-15

### Added

- Configuration of the default logger with rolling policy to trace server logs in a file
Expand Down Expand Up @@ -43,7 +45,9 @@ Add the changes here.
- First version of the tag CRUD endpoints
- First version of the tag GraphQL endpoints

[unreleased]: https://github.com/ablandel/another-kaomoji/compare/1.1.0..main
[unreleased]: https://github.com/ablandel/another-kaomoji/compare/1.2.0..main

[1.2.0]: https://github.com/ablandel/another-kaomoji/compare/1.1.0..1.2.0

[1.1.0]: https://github.com/ablandel/another-kaomoji/compare/1.0.0..1.1.0

Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugins {
}

group = "github.ablandel.anotherkaomoji"
version = "1.1.0"
version = "1.2.0"

repositories {
mavenCentral()
Expand Down

0 comments on commit 700ede6

Please sign in to comment.