Skip to content

Commit

Permalink
prepare 2.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
osiegmar committed Nov 5, 2023
1 parent 491b4b2 commit 92eca35
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion 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).

## [2.0.0] - 2023-??-??
## [2.0.0] - 2023-11-05
### Changed
- Complete rewrite
- Update to Java 11
Expand All @@ -22,6 +22,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [1.0.0] - 2018-12-09
- Initial release

[2.0.0]: https://github.com/osiegmar/logback-awslogs-json-encoder/compare/v1.1.1...v2.0.0
[1.1.1]: https://github.com/osiegmar/logback-awslogs-json-encoder/compare/v1.1.0...v1.1.1
[1.1.0]: https://github.com/osiegmar/logback-awslogs-json-encoder/compare/v1.0.0...v1.1.0
[1.0.0]: https://github.com/osiegmar/logback-awslogs-json-encoder/releases/tag/v1.0.0
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
}

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

java {
toolchain {
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
<modelVersion>4.0.0</modelVersion>
<groupId>de.siegmar</groupId>
<artifactId>logback-awslogs-json-encoder</artifactId>
<version>1.1.1</version>
<version>2.0.0</version>
<dependencies>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.2.10</version>
<version>1.4.11</version>
</dependency>
</dependencies>
</project>

0 comments on commit 92eca35

Please sign in to comment.