Skip to content

Commit 16f982d

Browse files
committed
chore(release): v0.4.0
## 0.4.0 - 2026-01-26 ### Build - Update dependency com.nimbusds:nimbus-jose-jwt to v10.7 (#89) - Update dependency prettier to v3.8.0 (#91) - Update actions/checkout action to v6.0.2 (#94) - Update dependency prettier to v3.8.1 (#95) - Update dependency org.wiremock.integrations:wiremock-spring-boot to v4.0.9 (#96) ### Feat - Add auth endpoint to get sessionId deeplink - Add swagger header parameters for /account - Resolve jwk from session info instead of passing it as a parameter ### Fix - Enable spotbugs and fix or ignore spotbugs reportings - Use WalletRuntimeException instead of IllegalArgumentException - Use Serial annotation - Check if granted as separate method for readability - Remove deprecated PMD rule - Remove warnings for exceptions not thrown - Apply autoformat ### Test - Adjust tests to wua api v3 with necessary refactors - Change method name rename test method and parameter [skip ci] Signed-off-by: DiggSwedenBot <ospo@digg.se>
1 parent b109d87 commit 16f982d

File tree

2 files changed

+36
-1
lines changed

2 files changed

+36
-1
lines changed

CHANGELOG.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,39 @@ 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.4.0] - 2026-01-26
9+
10+
### Added
11+
12+
- Add swagger header parameters for /account
13+
- Add auth endpoint to get sessionId deeplink
14+
15+
### Changed
16+
17+
- Merge pull request #92 from diggsweden/feat/jwk
18+
- Resolve jwk from session info instead of passing it as a parameter
19+
- Update dependency org.wiremock.integrations:wiremock-spring-boot to v4.0.9 (#96)
20+
- Update dependency prettier to v3.8.1 (#95)
21+
- Update actions/checkout action to v6.0.2 (#94)
22+
- Merge pull request #93 from diggsweden/feat/oidc-session-id
23+
- Update dependency prettier to v3.8.0 (#91)
24+
- Update dependency com.nimbusds:nimbus-jose-jwt to v10.7 (#89)
25+
26+
### Fixed
27+
28+
- Change method name rename test method and parameter
29+
- Adjust tests to wua api v3 with necessary refactors
30+
- Apply autoformat
31+
- Check if granted as separate method for readability
32+
- Use Serial annotation
33+
- Use WalletRuntimeException instead of IllegalArgumentException
34+
- Enable spotbugs and fix or ignore spotbugs reportings
35+
36+
### Removed
37+
38+
- Remove warnings for exceptions not thrown
39+
- Remove deprecated PMD rule
40+
841
## [0.3.1] - 2026-01-14
942

1043
### Added
@@ -28,6 +61,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2861

2962
- Remove some exclusions and make records more immutable
3063

64+
3165
## [0.3.0] - 2026-01-07
3266

3367
### Added
@@ -283,6 +317,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
283317
- Initial commit
284318

285319

320+
[0.4.0]: https://github.com/diggsweden/wallet-client-gateway/compare/v0.3.1..v0.4.0
286321
[0.3.1]: https://github.com/diggsweden/wallet-client-gateway/compare/v0.3.0..v0.3.1
287322
[0.3.0]: https://github.com/diggsweden/wallet-client-gateway/compare/v0.2.9..v0.3.0
288323
[0.2.9]: https://github.com/diggsweden/wallet-client-gateway/compare/v0.2.8..v0.2.9

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.3.1</version>
20+
<version>0.4.0</version>
2121
<packaging>jar</packaging>
2222

2323
<name>Wallet Client Gateway</name>

0 commit comments

Comments
 (0)