diff --git a/CHANGELOG.md b/CHANGELOG.md index 635927a..03814a7 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.1](https://github.com/yshrsmz/BuildKonfig/compare/v0.15.0...v0.15.1) (2023-11-11) + + +### Miscellaneous + +* **ci:** configure concurrency for pullrequest.yml ([#112](https://github.com/yshrsmz/BuildKonfig/issues/112)) ([6a87881](https://github.com/yshrsmz/BuildKonfig/commit/6a87881b4a90835aa01cb0ad91c8e262bd4267ab)) +* **deps:** update google-github-actions/release-please-action action to v3.7.13 ([#111](https://github.com/yshrsmz/BuildKonfig/issues/111)) ([d747cfc](https://github.com/yshrsmz/BuildKonfig/commit/d747cfc508c519894843275ce1e45e27722fdc80)) +* **docs:** rename CHANGELOGS.md -> CHANGELOG.md ([#115](https://github.com/yshrsmz/BuildKonfig/issues/115)) ([8873b01](https://github.com/yshrsmz/BuildKonfig/commit/8873b01bb2d15dbbfa26d10d3d2b58ed1319150b)) + + +### Bug Fixes + +* **ci:** fix extra-fIles config in release-please action ([#113](https://github.com/yshrsmz/BuildKonfig/issues/113)) ([65288b2](https://github.com/yshrsmz/BuildKonfig/commit/65288b2560402d02a8b07b417932898dcabf4bb7)) + ## [0.15.0] - 2023-11-08 ### Changed diff --git a/gradle.properties b/gradle.properties index 6ee476b..6dd5816 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.0 +VERSION_NAME=0.15.1 # x-release-please-end # POM_URL=https://github.com/yshrsmz/BuildKonfig/