Skip to content

Commit 28e2100

Browse files
committed
chore(release): v0.3.1
## 0.3.1 - 2026-01-14 ### Chore - Update diggsweden/reusable-ci action to v2.6.0 (#84) - Update java non-major (#86) - Refactor class names and packages - Add more verification to controller test and fix typo - Clean up comment ### Feat - Clean up configuration options - Add more tests for oidc solution ### Fix - Enable spotbugs and fix or ignore spotbugs reportings - Remove some exclusions and make records more immutable [skip ci] Signed-off-by: DiggSwedenBot <ospo@digg.se>
1 parent 38051aa commit 28e2100

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,29 @@ 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.3.1] - 2026-01-14
9+
10+
### Added
11+
12+
- Add more verification to controller test and fix typo
13+
- Add more tests for oidc solution
14+
15+
### Changed
16+
17+
- Clean up comment
18+
- Refactor class names and packages
19+
- Clean up configuration options
20+
- Update java non-major (#86)
21+
- Update diggsweden/reusable-ci action to v2.6.0 (#84)
22+
23+
### Fixed
24+
25+
- Enable spotbugs and fix or ignore spotbugs reportings
26+
27+
### Removed
28+
29+
- Remove some exclusions and make records more immutable
30+
831
## [0.3.0] - 2026-01-07
932

1033
### Added
@@ -32,6 +55,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3255
- Fix pmd issues
3356
- Correct lintwarnings for docs,container
3457

58+
3559
## [0.2.9] - 2025-12-08
3660

3761
### Added
@@ -259,6 +283,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
259283
- Initial commit
260284

261285

286+
[0.3.1]: https://github.com/diggsweden/wallet-client-gateway/compare/v0.3.0..v0.3.1
262287
[0.3.0]: https://github.com/diggsweden/wallet-client-gateway/compare/v0.2.9..v0.3.0
263288
[0.2.9]: https://github.com/diggsweden/wallet-client-gateway/compare/v0.2.8..v0.2.9
264289
[0.2.8]: https://github.com/diggsweden/wallet-client-gateway/compare/v0.2.7..v0.2.8

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

2323
<name>Wallet Client Gateway</name>

0 commit comments

Comments
 (0)