diff --git a/CHANGELOG.md b/CHANGELOG.md index 6474eb568..f671229f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [9.0.2] - 2024-04-17 + +- Fixes issue with core startup when creation of CUD/app/tenant has partial failure + ## [9.0.1] - 2024-03-20 - Fixes verify TOTP and verify device APIs to treat any code as invalid diff --git a/build.gradle b/build.gradle index 62bae0a23..f032890c1 100644 --- a/build.gradle +++ b/build.gradle @@ -19,7 +19,7 @@ compileTestJava { options.encoding = "UTF-8" } // } //} -version = "9.0.1" +version = "9.0.2" repositories {