Skip to content

Commit

Permalink
ALFREDAPI-563 [Release] Release v6.0.1
Browse files Browse the repository at this point in the history
  * Fix @GetMapping(value = "/v1/nodes/{space}/{store}/{guid}/content") Content-Type
  • Loading branch information
codingBenVdS committed Nov 25, 2024
1 parent 7438100 commit 6da38dd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Alfred API - Changelog


## 6.0.1 (2024-11-25)

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


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 6da38dd

Please sign in to comment.