Skip to content

Commit 15584aa

Browse files
committed
chore(release): v0.2.9
## 0.2.9 - 2025-12-08 ### Chore - Update dependency org.springframework.boot:spring-boot-starter-parent to v3.5.8 (#62) - Add personal identity number as last name to users - Refactor v2 to v1 to match path - Update actions/checkout action to v6 - Pin dependencies - Update diggsweden/reusable-ci action to v2.3.8 (#68) - Update dependency prettier to v3.7.4 (#69) - Update java non-major to v2.1.0 (#70) - Update dependency com.puppycrawl.tools:checkstyle to v12.2.0 (#71) - Refactor config files ### Feat - Add create account v2 with oidc protection - Start one wiremockserver per service - Add configuration for private jwt audience - Add configuration for pnr claim [skip ci] Signed-off-by: DiggSwedenBot <ospo@digg.se>
1 parent 6fbd65d commit 15584aa

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,30 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.2.9] - 2025-12-08
9+
10+
### Added
11+
12+
- Add configuration for pnr claim
13+
- Add configuration for private jwt audience
14+
- Add personal identity number as last name to users
15+
- Add create account v2 with oidc protection
16+
17+
### Changed
18+
19+
- Refactor config files
20+
- Update dependency com.puppycrawl.tools:checkstyle to v12.2.0 (#71)
21+
- Update java non-major to v2.1.0 (#70)
22+
- Update dependency prettier to v3.7.4 (#69)
23+
- Update diggsweden/reusable-ci action to v2.3.8 (#68)
24+
- Merge pull request #56 from diggsweden/renovate/pin-dependencies
25+
- Pin dependencies
26+
- Merge pull request #63 from diggsweden/renovate/actions-checkout-6.x
27+
- Update actions/checkout action to v6
28+
- Start one wiremockserver per service
29+
- Refactor v2 to v1 to match path
30+
- Update dependency org.springframework.boot:spring-boot-starter-parent to v3.5.8 (#62)
31+
832
## [0.2.8] - 2025-11-24
933

1034
### Added
@@ -17,6 +41,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1741
- Update java non-major (#58)
1842
- Update github actions (#57)
1943

44+
2045
## [0.2.7] - 2025-11-20
2146

2247
### Fixed
@@ -206,6 +231,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
206231
- Initial commit
207232

208233

234+
[0.2.9]: https://github.com/diggsweden/wallet-client-gateway/compare/v0.2.8..v0.2.9
209235
[0.2.8]: https://github.com/diggsweden/wallet-client-gateway/compare/v0.2.7..v0.2.8
210236
[0.2.7]: https://github.com/diggsweden/wallet-client-gateway/compare/v0.2.6..v0.2.7
211237
[0.2.6]: https://github.com/diggsweden/wallet-client-gateway/compare/v0.2.5..v0.2.6

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
<groupId>se.digg.wallet</groupId>
1919
<artifactId>wallet-client-gateway</artifactId>
20-
<version>0.2.8</version>
20+
<version>0.2.9</version>
2121
<packaging>jar</packaging>
2222

2323
<name>Wallet Client Gateway</name>

0 commit comments

Comments
 (0)