diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f1af52..f04546d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [v0.0.12](https://github.com/Songmu/rcpr/compare/v0.0.11...v0.0.12) - 2022-08-24 +- adjust default pull request body by @Songmu in https://github.com/Songmu/rcpr/pull/52 +- fix remote name detection by @Songmu in https://github.com/Songmu/rcpr/pull/54 + ## [v0.0.11](https://github.com/Songmu/rcpr/compare/v0.0.10...v0.0.11) - 2022-08-21 - fix config key to rcpr.vPrefix from rcpr.v-prefix by @Songmu in https://github.com/Songmu/rcpr/pull/50 - reload version file after cherry-picking process by @Songmu in https://github.com/Songmu/rcpr/pull/51 diff --git a/version.go b/version.go index 4381319..daac949 100644 --- a/version.go +++ b/version.go @@ -1,5 +1,5 @@ package rcpr -const version = "0.0.11" +const version = "0.0.12" var revision = "HEAD"