Skip to content

Commit

Permalink
prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
osiegmar committed Sep 5, 2024
1 parent 5e5a5f0 commit 899a36d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ 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).

## [Unreleased]
## [6.1.0] - 2024-09-05
### Added
- Support for external encoders like Spring's StructuredLogEncoder

Expand Down Expand Up @@ -170,7 +170,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Initial release

[Unreleased]: https://github.com/osiegmar/logback-gelf/compare/v6.0.2...HEAD
[Unreleased]: https://github.com/osiegmar/logback-gelf/compare/v6.1.0...HEAD
[6.1.0]: https://github.com/osiegmar/logback-gelf/compare/v6.0.2...v6.1.0
[6.0.2]: https://github.com/osiegmar/logback-gelf/compare/v6.0.1...v6.0.2
[6.0.1]: https://github.com/osiegmar/logback-gelf/compare/v6.0.0...v6.0.1
[6.0.0]: https://github.com/osiegmar/logback-gelf/compare/v5.0.1...v6.0.0
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins {
}

group = "de.siegmar"
version = "6.1.0-SNAPSHOT"
version = "6.1.0"

java {
toolchain {
Expand Down

0 comments on commit 899a36d

Please sign in to comment.