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
{{ message }}
This repository was archived by the owner on Mar 31, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,8 @@
1
+
1
2
# Changelog
2
3
All notable changes to this project will be documented in this file.
3
4
4
-
## [X.X.X] - XXXX-XX-XX
5
+
## [6.5.0] - 2021-10-27
5
6
6
7
### Added
7
8
- New `application.properties` setting `configuration.force.reload` that forces reloading the configuration from the `config.json` instead of using the latest active configuration from the database. If not set, the default value is `false`.
@@ -13,6 +14,8 @@ All notable changes to this project will be documented in this file.
13
14
### Fixed
14
15
- Only create agreements from contract offers with valid start and end date.
15
16
- Check if agreement has expired before returning data.
17
+
- Fix `TransientObjectException` while updating an artifact.
18
+
- Add default constructor to `ApiKey` class, to avoid `InstantiationException`.
0 commit comments