Skip to content

Commit

Permalink
chore(release): v0.0.4
Browse files Browse the repository at this point in the history
Skip CI as this is an automated release commit.

[skip ci]

Signed-off-by: DiggSwedenBot <[email protected]>
  • Loading branch information
DiggSwedenBot committed Jan 16, 2025
1 parent 01029f0 commit 0401a7b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ 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.1.1/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.0.4] - 2025-01-16

### Changed
- V0.0.3

### Fixed
- Fix types in var

## [0.0.3] - 2025-01-15

### Changed
Expand All @@ -23,8 +31,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Update dependency org.bouncycastle:bcprov-jdk18on to v1.80
- Correct typo

## New Contributors
* @DiggSwedenBot made their first contribution
## [0.0.2] - 2025-01-15

### Added
Expand Down Expand Up @@ -66,6 +72,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Update zxing to v3.5.3
- Update spring non-major

[0.0.4]: https://github.com/diggsweden/eudiw-wallet-issuer-poc/compare/v0.0.3..v0.0.4
[0.0.3]: https://github.com/diggsweden/eudiw-wallet-issuer-poc/compare/v0.0.2..v0.0.3
[0.0.2]: https://github.com/diggsweden/eudiw-wallet-issuer-poc/compare/v0.0.1..v0.0.2

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<!-- Project coordinates -->
<groupId>se.digg.eudiw</groupId>
<artifactId>eudiw-wallet-issuer-poc</artifactId>
<version>0.0.3</version>
<version>0.0.4</version>

<!-- Project information -->
<name>${project.groupId}:${project.artifactId}</name>
Expand Down

0 comments on commit 0401a7b

Please sign in to comment.