File tree Expand file tree Collapse file tree 2 files changed +22
-1
lines changed
Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,25 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and 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
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments