Skip to content

Commit d9d447e

Browse files
release version 3.2.0 with spring boot 3.2.2
1 parent 147a983 commit d9d447e

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Release Notes
22

3+
## 3.2.0
4+
* **[all]**
5+
* Spring Boot 3.2.2
6+
* Dependency updates
7+
38
## 3.1.6
49
* **[edison-core]**
510
* Add possibility to use authorization for http calls to jobtrigger registry

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ plugins {
2727
//
2828
// Add a GitHub release for every new release: https://github.com/otto-de/edison-microservice/releases
2929
// Publish artifacts to sonatype by executing the release.sh script. Don't publish packages to github.
30-
def edison_version = "3.1.7"
30+
def edison_version = "3.2.0"
3131
//
3232
//
3333
//

0 commit comments

Comments
 (0)