Skip to content

Commit

Permalink
chore(release): v2.0.4-SNAPSHOT
Browse files Browse the repository at this point in the history
## 2.0.4-SNAPSHOT - 2025-02-13
### Fix
- Fix RSA key tagging

[skip ci]

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

### Fixed

- Fix RSA key tagging

## [2.0.3-SNAPSHOT] - 2025-02-12

### Added

- Add test of mvn central snapshot publ

### Changed

- V2.0.3-SNAPSHOT

## [2.0.2-SNAPSHOT] - 2025-02-12

### Changed
Expand Down Expand Up @@ -55,6 +65,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Update README.md
- Initial commit

[2.0.4-SNAPSHOT]: https://github.com/diggsweden/cose-lib/compare/v2.0.3-SNAPSHOT..v2.0.4-SNAPSHOT
[2.0.3-SNAPSHOT]: https://github.com/diggsweden/cose-lib/compare/v2.0.2-SNAPSHOT..v2.0.3-SNAPSHOT
[2.0.2-SNAPSHOT]: https://github.com/diggsweden/cose-lib/compare/v2.0.1-SNAPSHOT..v2.0.2-SNAPSHOT
[2.0.1-SNAPSHOT]: https://github.com/diggsweden/cose-lib/compare/v2.0.0-SNAPSHOT..v2.0.1-SNAPSHOT
Expand Down
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.3-SNAPSHOT</version>
<version>2.0.4-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 1f799f4

Please sign in to comment.