Skip to content

Commit

Permalink
Merge pull request #21 from ButterCMS/release-please--branches--master
Browse files Browse the repository at this point in the history
chore(release): 1.12.1
  • Loading branch information
ViolanteCodes authored Aug 22, 2024
2 parents d63b361 + 2b338b7 commit 6090906
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 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.12.0"
".": "1.12.1"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.12.1](https://github.com/ButterCMS/buttercms-java/compare/v1.12.0...v1.12.1) (2024-08-22)


### Bug Fixes

* replace maven-deploy-plugin with nexus-staging-maven-plugin ([907a518](https://github.com/ButterCMS/buttercms-java/commit/907a5182f34c78460bfcf4251d67973e4b91c2f4))

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


Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ For a comprehensive list of examples, check out the [API documentation](https://
<dependency>
<groupId>com.buttercms</groupId>
<artifactId>buttercmsclient</artifactId>
<version>1.12.0</version>
<version>1.12.1</version>
</dependency>
...
</dependencies>
Expand All @@ -32,7 +32,7 @@ For a comprehensive list of examples, check out the [API documentation](https://
**build.gradle**
```
dependencies {
implementation 'com.buttercms:buttercmsclient:1.12.0'
implementation 'com.buttercms:buttercmsclient:1.12.1'
}
```
<!-- {x-release-please-end} -->
Expand Down
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.12.0</version>
<version>1.12.1</version>
<!-- {x-release-please-end} -->

<name>buttercmsclient</name>
Expand Down

0 comments on commit 6090906

Please sign in to comment.