We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 147a983 commit d9d447eCopy full SHA for d9d447e
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Release Notes
2
3
+## 3.2.0
4
+* **[all]**
5
+ * Spring Boot 3.2.2
6
+ * Dependency updates
7
+
8
## 3.1.6
9
* **[edison-core]**
10
* Add possibility to use authorization for http calls to jobtrigger registry
build.gradle
@@ -27,7 +27,7 @@ plugins {
27
//
28
// Add a GitHub release for every new release: https://github.com/otto-de/edison-microservice/releases
29
// Publish artifacts to sonatype by executing the release.sh script. Don't publish packages to github.
30
-def edison_version = "3.1.7"
+def edison_version = "3.2.0"
31
32
33
0 commit comments