You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+17-2Lines changed: 17 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,19 +4,34 @@ All notable changes to this project will be documented in this file.
4
4
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
7
-
## [Unreleased - 3.0.0]
7
+
## [Unreleased - x.x.x]
8
+
9
+
## [3.0.0] - 2023-03-21
8
10
9
11
### Added
10
-
- Added functionality to update notifications – Quality Investigations
12
+
- Added functionality to update & close notifications – Quality Investigations
11
13
- Included a guide for connecting sonarcloud to IntelliJ -> Contribution.md
12
14
- Added properties targetDate and severity to the Quality Investigations
13
15
- Included reason for accept, decline and closure of a Quality Investigation
16
+
- Added additional information to be displayed on the Quality Investigation detail page
17
+
- Added native datetime component to be used for Quality Investigation
18
+
- Merged the backend repository into this repository within /backend
19
+
- Added beta environment
14
20
15
21
### Changed
16
22
- Changed github action docker-release to have maven cache instead of previously used gradle
23
+
- Fixed a bug which caused the wrong bpn sender was set
17
24
- Added the default param to the irs/jobs api lookupBPNs and set it to true
18
25
- Added targetdate to the notification creation.
19
26
- Removed duplicated dependencies / Added version numbers for all dependencies for better managing
27
+
- Moved the frontend application to /frontend
28
+
- Updated to spring boot 3
29
+
- Fixed jersey-client cve
30
+
- Fixed spring-web cve
31
+
- Fixed spring-security-oauth-client cve
32
+
- Some minor updates on dependencies
33
+
- Restructured pom to use properties for all versions
0 commit comments