File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ )
55and 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
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ plugins {
99}
1010
1111group = " de.siegmar"
12- version = " 6.1.0-SNAPSHOT "
12+ version = " 6.1.0"
1313
1414java {
1515 toolchain {
You can’t perform that action at this time.
0 commit comments