diff --git a/CHANGELOG.md b/CHANGELOG.md index beb750a..d0df882 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,20 @@ 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.2](https://github.com/yshrsmz/BuildKonfig/compare/v0.15.1...v0.15.2) (2023-12-15) + + +### Miscellaneous + +* **deps:** update actions/setup-java action to v4 ([#120](https://github.com/yshrsmz/BuildKonfig/issues/120)) ([5446b80](https://github.com/yshrsmz/BuildKonfig/commit/5446b801b33c01acd11c2f8abf0d2f362218ce67)) +* **deps:** update actions/upload-artifact action to v4 ([#126](https://github.com/yshrsmz/BuildKonfig/issues/126)) ([159d193](https://github.com/yshrsmz/BuildKonfig/commit/159d19355fd07c250207f9d2fcd635d0bf1b469d)) + + +### Bug Fixes + +* **deps:** update dependency com.squareup:kotlinpoet to v1.15.2 ([#121](https://github.com/yshrsmz/BuildKonfig/issues/121)) ([ff3a22d](https://github.com/yshrsmz/BuildKonfig/commit/ff3a22d912997c48fcc98244ff27e810945cfe4c)) +* **deps:** update dependency com.squareup:kotlinpoet to v1.15.3 ([#125](https://github.com/yshrsmz/BuildKonfig/issues/125)) ([4e6daf4](https://github.com/yshrsmz/BuildKonfig/commit/4e6daf47636a72211467dfa34b4f950946568d1b)) + ## [0.15.1](https://github.com/yshrsmz/BuildKonfig/compare/v0.15.0...v0.15.1) (2023-11-27) diff --git a/gradle.properties b/gradle.properties index 6dd5816..66e32eb 100644 --- a/gradle.properties +++ b/gradle.properties @@ -2,7 +2,7 @@ kotlin.code.style=official # GROUP=com.codingfeline.buildkonfig # x-release-please-start-version -VERSION_NAME=0.15.1 +VERSION_NAME=0.15.2 # x-release-please-end # POM_URL=https://github.com/yshrsmz/BuildKonfig/