Skip to content

Commit b6b303c

Browse files
committed
chore(release): v0.4.2
## 0.4.2 - 2026-02-05 ### Feat - Use wua v2 from wallet-provider - Send nonce as an optional request parameter to wallet-provider - Clean up errors and warnings from spotbugs etc ### Fix - Format log parameters - Handle empty or null nonce when creating wua - Add deprecated annotations - Add WuaService test [skip ci] Signed-off-by: DiggSwedenBot <ospo@digg.se>
1 parent a997141 commit b6b303c

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,25 @@ 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.2] - 2026-02-05
9+
10+
### Added
11+
12+
- Add WuaService test
13+
- Add deprecated annotations
14+
15+
### Changed
16+
17+
- Merge pull request #98 from diggsweden/feat/add-wua-v2
18+
- Clean up errors and warnings from spotbugs etc
19+
- Send nonce as an optional request parameter to wallet-provider
20+
- Use wua v2 from wallet-provider
21+
22+
### Fixed
23+
24+
- Handle empty or null nonce when creating wua
25+
- Format log parameters
26+
827
## [0.4.1] - 2026-02-03
928

1029
### Added
@@ -24,6 +43,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2443
- License format
2544
- Increase header length for commit messages
2645

46+
2747
## [0.4.0] - 2026-01-26
2848

2949
### Added
@@ -337,6 +357,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
337357
- Initial commit
338358

339359

360+
[0.4.2]: https://github.com/diggsweden/wallet-client-gateway/compare/v0.4.1..v0.4.2
340361
[0.4.1]: https://github.com/diggsweden/wallet-client-gateway/compare/v0.4.0..v0.4.1
341362
[0.4.0]: https://github.com/diggsweden/wallet-client-gateway/compare/v0.3.1..v0.4.0
342363
[0.3.1]: https://github.com/diggsweden/wallet-client-gateway/compare/v0.3.0..v0.3.1

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

2323
<name>Wallet Client Gateway</name>

0 commit comments

Comments
 (0)