Skip to content

Commit

Permalink
chore(release): v2.0.1-SNAPSHOT
Browse files Browse the repository at this point in the history
## 2.0.1-SNAPSHOT - 2025-02-10
### Build
- Migrate config renovate.json
- Cleanup linter warnings
- Replace deprecated methods

### Chore
- Update dependency org.jacoco:jacoco-maven-plugin to v0.8.12

### Docs
- Correct lib name

[skip ci]

Signed-off-by: DiggSwedenBot <ospo@digg.se>
  • Loading branch information
DiggSwedenBot committed Feb 10, 2025
1 parent 8ff6b9c commit 0ee0729
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ 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.1-SNAPSHOT] - 2025-02-10

### Changed

- Replace deprecated methods
- Cleanup linter warnings
- Update dependency org.jacoco:jacoco-maven-plugin to v0.8.12
- Migrate config renovate.json
- Correct lib name

## [2.0.0-SNAPSHOT] - 2025-02-06

### Added
Expand All @@ -13,6 +23,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

- V2.0.0-SNAPSHOT
- Migrate namespace etc
- Declare reuse/spdx license

Expand All @@ -27,6 +38,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Update README.md
- Initial commit

[2.0.1-SNAPSHOT]: https://github.com/diggsweden/cose-lib/compare/v2.0.0-SNAPSHOT..v2.0.1-SNAPSHOT
[2.0.0-SNAPSHOT]: https://github.com/diggsweden/cose-lib/compare/1.2.1-release-tag..v2.0.0-SNAPSHOT

<!-- generated by git-cliff -->
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>se.digg.cose</groupId>
<artifactId>cose-lib</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.1-SNAPSHOT</version>

<name>se.digg.cose:cose-lib</name>
<description>A Java implementation that supports the COSE secure message specification.</description>
Expand Down

0 comments on commit 0ee0729

Please sign in to comment.