diff --git a/CHANGELOG.md b/CHANGELOG.md index fd32a7bf3..da1381ff6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file ## [Unreleased] +## [1.23.0] - 2026-09-21 + +### Fixed + +- Corrected requireNotNull ordering in VersioningPlugin so null checks work as intended + ## [1.22.0] - 2026-09-21 ### Added diff --git a/app/version.properties b/app/version.properties index 618570160..f25788280 100644 --- a/app/version.properties +++ b/app/version.properties @@ -2,4 +2,4 @@ # This file was automatically generated by 'versioning-plugin'. DO NOT EDIT MANUALLY. # versioning-plugin.versionCode=12300 -versioning-plugin.versionName=1.23.0-SNAPSHOT +versioning-plugin.versionName=1.23.0