diff --git a/CHANGELOG.md b/CHANGELOG.md index 632f8b917..11ef9ac8c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Release Notes +## 3.2.2 +* **[all]** + * Dependency updates + ## 3.2.1 * **[edison-core]** * Add seperator-option to use sections in a parameter name as properties e.g. `some/value` results in `some.value` with a seperator of `/` diff --git a/build.gradle b/build.gradle index 5003dca8f..2346fed86 100644 --- a/build.gradle +++ b/build.gradle @@ -27,7 +27,7 @@ plugins { // // Add a GitHub release for every new release: https://github.com/otto-de/edison-microservice/releases // Publish artifacts to sonatype by executing the release.sh script. Don't publish packages to github. -def edison_version = "3.2.1-SNAPSHOT" +def edison_version = "3.2.2" // // //