Skip to content

Commit 899a36d

Browse files
committed
prepare release
1 parent 5e5a5f0 commit 899a36d

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [Unreleased]
7+
## [6.1.0] - 2024-09-05
88
### Added
99
- Support for external encoders like Spring's StructuredLogEncoder
1010

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

171171
- Initial release
172172

173-
[Unreleased]: https://github.com/osiegmar/logback-gelf/compare/v6.0.2...HEAD
173+
[Unreleased]: https://github.com/osiegmar/logback-gelf/compare/v6.1.0...HEAD
174+
[6.1.0]: https://github.com/osiegmar/logback-gelf/compare/v6.0.2...v6.1.0
174175
[6.0.2]: https://github.com/osiegmar/logback-gelf/compare/v6.0.1...v6.0.2
175176
[6.0.1]: https://github.com/osiegmar/logback-gelf/compare/v6.0.0...v6.0.1
176177
[6.0.0]: https://github.com/osiegmar/logback-gelf/compare/v5.0.1...v6.0.0

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ plugins {
99
}
1010

1111
group = "de.siegmar"
12-
version = "6.1.0-SNAPSHOT"
12+
version = "6.1.0"
1313

1414
java {
1515
toolchain {

0 commit comments

Comments
 (0)