Skip to content

Commit ac31a9c

Browse files
committed
chore(release): v0.4.1
## 0.4.1 - 2026-02-03 ### Build - Update dependency org.assertj:assertj-core to v3.27.7 [security] (#97) - Update docker.io/library/eclipse-temurin:25-jdk-alpine docker digest to 7ace075 ### Feat - Add session id to response body ### Fix - Increase header length for commit messages - License format [skip ci] Signed-off-by: DiggSwedenBot <ospo@digg.se>
1 parent 645ba48 commit ac31a9c

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.1] - 2026-02-03
9+
10+
### Added
11+
12+
- Add session id to response body
13+
14+
### Changed
15+
16+
- Merge pull request #99 from diggsweden/renovate/docker.io-library-eclipse-temurin-25-jdk-alpine
17+
- Update docker.io/library/eclipse-temurin:25-jdk-alpine docker digest to 7ace075
18+
- Merge pull request #101 from diggsweden/fix/update-just-config
19+
- Merge pull request #100 from diggsweden/feat/auth-session-id-body
20+
- Update dependency org.assertj:assertj-core to v3.27.7 [security] (#97)
21+
22+
### Fixed
23+
24+
- License format
25+
- Increase header length for commit messages
26+
827
## [0.4.0] - 2026-01-26
928

1029
### Added
@@ -38,6 +57,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3857
- Remove warnings for exceptions not thrown
3958
- Remove deprecated PMD rule
4059

60+
4161
## [0.3.1] - 2026-01-14
4262

4363
### Added
@@ -317,6 +337,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
317337
- Initial commit
318338

319339

340+
[0.4.1]: https://github.com/diggsweden/wallet-client-gateway/compare/v0.4.0..v0.4.1
320341
[0.4.0]: https://github.com/diggsweden/wallet-client-gateway/compare/v0.3.1..v0.4.0
321342
[0.3.1]: https://github.com/diggsweden/wallet-client-gateway/compare/v0.3.0..v0.3.1
322343
[0.3.0]: https://github.com/diggsweden/wallet-client-gateway/compare/v0.2.9..v0.3.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.0</version>
20+
<version>0.4.1</version>
2121
<packaging>jar</packaging>
2222

2323
<name>Wallet Client Gateway</name>

0 commit comments

Comments
 (0)