Skip to content

Commit

Permalink
ALFREDAPI-562: Update Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
WimCrols committed Dec 12, 2024
1 parent 70c1032 commit c25f9c4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,17 @@
# Alfred API - Changelog


## 6.0.1 (UNRELEASED)

### Added

### Changed

### Fixed
* [ALFREDAPI-563](https://xenitsupport.jira.com/browse/ALFREDAPI-563) Fix @GetMapping(value = "/v1/nodes/{space}/{store}/{guid}/content") Content-Type

### Removed


## 6.0.0 (2024-08-22)
From this version onward Dynamic Extensions for integration-testing is replaced by [remote-junit](https://github.com/ruediste/remote-junit)
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def static getVersionQualifier(String branch_name) {
}

ext {
versionWithoutQualifier = '6.0.0'
versionWithoutQualifier = '6.0.1'

mvc = '9.0.0'
jackson_version = '2.15.2'
Expand Down

0 comments on commit c25f9c4

Please sign in to comment.