diff --git a/CHANGELOGS.md b/CHANGELOGS.md index 42b842e..635927a 100644 --- a/CHANGELOGS.md +++ b/CHANGELOGS.md @@ -5,6 +5,12 @@ 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). +## [0.15.0] - 2023-11-08 + +### Changed + +- Kotlin 1.9.20. ([#106](https://github.com/yshrsmz/BuildKonfig/pull/106)) + ## [0.14.0] ### Changed diff --git a/gradle.properties b/gradle.properties index 5840f2d..fd61232 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,7 +1,7 @@ kotlin.code.style=official # GROUP=com.codingfeline.buildkonfig -VERSION_NAME=0.14.0 +VERSION_NAME=0.15.0 # POM_URL=https://github.com/yshrsmz/BuildKonfig/ POM_SCM_URL=https://github.com/yshrsmz/BuildKonfig/