Skip to content

Commit

Permalink
Merge pull request #16 from ButterCMS/release-please--branches--master
Browse files Browse the repository at this point in the history
chore(release): 1.12.0
  • Loading branch information
ViolanteCodes authored Aug 20, 2024
2 parents f851c94 + ccdc233 commit cc21571
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.11.0"
".": "1.12.0"
}
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Changelog

## [1.12.0](https://github.com/ButterCMS/buttercms-java/compare/v1.11.0...v1.12.0) (2024-08-20)


### Features

* add maven wrapper with version 3.9.8 ([71db584](https://github.com/ButterCMS/buttercms-java/commit/71db5845636de1df41b1b966da394bf0479cefa9))
* implement github workflows ([ec15453](https://github.com/ButterCMS/buttercms-java/commit/ec15453aa83e6d16520b68c8b0be39256afcc51b))
* rename environment secrets in publish workflow ([e6b75ef](https://github.com/ButterCMS/buttercms-java/commit/e6b75ef99f520b2b7056056de3cf71d79b1af6e9))
* update CI/CD ([cd3c365](https://github.com/ButterCMS/buttercms-java/commit/cd3c365046029f113ebd84f9bbbdc1a3b92fcf1a))
* update pom.xml ([6a4a74b](https://github.com/ButterCMS/buttercms-java/commit/6a4a74b2ebd840755f448a4cce4afb9ae9b28593))


### Bug Fixes

* update publish workflow ([2758a50](https://github.com/ButterCMS/buttercms-java/commit/2758a50c6c764d5ac6b568e970882566d65a4a66))
* update readme search functions ([e0c2462](https://github.com/ButterCMS/buttercms-java/commit/e0c24627da32f6b82d715095da3faa4e3b014fd5))
* update server-id to match pom.xml ([4a0eef9](https://github.com/ButterCMS/buttercms-java/commit/4a0eef91bfd5c026962ef2be2931ae2188b2ee64))
* update test flow ([1a9f4fb](https://github.com/ButterCMS/buttercms-java/commit/1a9f4fb36579307bbc09557782d302c45189fe7d))
* update workflows ([450d12b](https://github.com/ButterCMS/buttercms-java/commit/450d12bd29128fa17e3347f3932a5dcbba262f6e))
* use test.yml only for workflow calls ([594c433](https://github.com/ButterCMS/buttercms-java/commit/594c433b1850db5b1e77860106d1c75b939d1d2a))
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>com.buttercms</groupId>
<artifactId>buttercmsclient</artifactId>
<!-- {x-release-please-start-version} -->
<version>1.11.0</version>
<version>1.12.0</version>
<!-- x-release-please-end -->

<name>buttercmsclient</name>
Expand Down

0 comments on commit cc21571

Please sign in to comment.