Skip to content

Commit

Permalink
prepare release 6.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
osiegmar committed Aug 24, 2024
1 parent 1d861cf commit 57fe315
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,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).

## [6.0.2] - 2024-08-24
### Changed
- Improve performance of number conversion in GelfEncoder (#108); Thanks to [@deathy](https://github.com/deathy)
- Update dependency to logback 1.5.7

## [6.0.1] - 2024-04-13
### Fixed
- Setting uri in GelfHttpAppender (#103)
Expand Down Expand Up @@ -161,6 +166,9 @@ 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
[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
[5.0.1]: https://github.com/osiegmar/logback-gelf/compare/v5.0.0...v5.0.1
[5.0.0]: https://github.com/osiegmar/logback-gelf/compare/v4.0.2...v5.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.0.1"
version = "6.0.2"

java {
toolchain {
Expand Down

0 comments on commit 57fe315

Please sign in to comment.