Skip to content

Commit 2394309

Browse files
committed
chore(release): v0.4.3
## 0.4.3 - 2026-02-11 ### Fix - Remove wua v2 endpoint - Remove wua endpoints with versions [skip ci] Signed-off-by: DiggSwedenBot <ospo@digg.se>
1 parent f49e456 commit 2394309

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ 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.3] - 2026-02-11
9+
10+
### Changed
11+
12+
- Merge pull request #103 from diggsweden/fix/delete-wua-endpoint-v2
13+
14+
### Removed
15+
16+
- Remove wua endpoints with versions
17+
- Remove wua v2 endpoint
18+
819
## [0.4.2] - 2026-02-05
920

1021
### Added
@@ -24,6 +35,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2435
- Handle empty or null nonce when creating wua
2536
- Format log parameters
2637

38+
2739
## [0.4.1] - 2026-02-03
2840

2941
### Added
@@ -357,6 +369,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
357369
- Initial commit
358370

359371

372+
[0.4.3]: https://github.com/diggsweden/wallet-client-gateway/compare/v0.4.2..v0.4.3
360373
[0.4.2]: https://github.com/diggsweden/wallet-client-gateway/compare/v0.4.1..v0.4.2
361374
[0.4.1]: https://github.com/diggsweden/wallet-client-gateway/compare/v0.4.0..v0.4.1
362375
[0.4.0]: https://github.com/diggsweden/wallet-client-gateway/compare/v0.3.1..v0.4.0

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

2323
<name>Wallet Client Gateway</name>

0 commit comments

Comments
 (0)