Skip to content

Commit e0d021b

Browse files
authored
Merge pull request #265 from xenit-eu/ALFREDAPI-580_jreleaser
ALFREDAPI-580: Bump to 6.1.2
2 parents 376d041 + a666e4b commit e0d021b

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Alfred API - Changelog
22

3-
## 6.1.1 (2025-11-04)
3+
## 6.1.2 (2025-11-06)
44

55
### Added
66
* [ALFREDAPI-581](https://xenitsupport.jira.com/browse/ALFREDAPI-581): Support ElasticSearch (Alfresco Enterprise Search)

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.1.1'
17+
versionWithoutQualifier = '6.1.2'
1818

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

docs/swagger-ui/swagger.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"swagger": "2.0",
33
"info": {
44
"description": "This is the swagger specification for Alfred REST API\n\nExamples can be found at: https://docs.xenit.eu/alfred-api",
5-
"version": "6.1.1",
5+
"version": "6.1.2",
66
"title": "Alfred REST Api",
77
"contact": {
88
"name": "XeniT",

0 commit comments

Comments
 (0)