Skip to content

Commit 6da38dd

Browse files
committed
ALFREDAPI-563 [Release] Release v6.0.1
* Fix @GetMapping(value = "/v1/nodes/{space}/{store}/{guid}/content") Content-Type
1 parent 7438100 commit 6da38dd

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Alfred API - Changelog
22

3+
4+
## 6.0.1 (2024-11-25)
5+
6+
### Fixed
37
* [ALFREDAPI-563](https://xenitsupport.jira.com/browse/ALFREDAPI-563) Fix @GetMapping(value = "/v1/nodes/{space}/{store}/{guid}/content") Content-Type
48

59

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def static getVersionQualifier(String branch_name) {
1414
}
1515

1616
ext {
17-
versionWithoutQualifier = '6.0.0'
17+
versionWithoutQualifier = '6.0.1'
1818

1919
mvc = '9.0.0'
2020
jackson_version = '2.15.2'

0 commit comments

Comments
 (0)