From e6cd48c7bde4dc26f53b9065d20efd48c97f50f1 Mon Sep 17 00:00:00 2001 From: Sattvik Chakravarthy Date: Wed, 17 Apr 2024 12:53:40 +0530 Subject: [PATCH] fix: version --- CHANGELOG.md | 4 ++++ build.gradle | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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 {