Skip to content

Commit

Permalink
Merge pull request #23 from ButterCMS/release-please--branches--master
Browse files Browse the repository at this point in the history
chore(release): 1.13.0
  • Loading branch information
ViolanteCodes authored Dec 13, 2024
2 parents 704892b + 84c3003 commit 65f6e8a
Show file tree
Hide file tree
Showing 4 changed files with 14 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.1"
".": "1.13.0"
}
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [1.13.0](https://github.com/ButterCMS/buttercms-java/compare/v1.12.1...v1.13.0) (2024-12-13)


### Features

* add dockerfile demo package ([065033e](https://github.com/ButterCMS/buttercms-java/commit/065033e0603c8bb71a2fcc8329000f50d2c32cb4))
* make dates optional ([00123f2](https://github.com/ButterCMS/buttercms-java/commit/00123f28861fd2d73a23225622745bd857ccebbf))
* parametrize base url ([fd631c4](https://github.com/ButterCMS/buttercms-java/commit/fd631c4eabce7ebfb8c6cb4b234b292867425dac))
* update Page and Post models ([82e9416](https://github.com/ButterCMS/buttercms-java/commit/82e94161fd8ccc7bf22ca8daf911348e8cf80a9c))

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


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.1</version>
<version>1.13.0</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.1'
implementation 'com.buttercms:buttercmsclient:1.13.0'
}
```
<!-- {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.1</version>
<version>1.13.0</version>
<!-- {x-release-please-end} -->

<name>buttercmsclient</name>
Expand Down

0 comments on commit 65f6e8a

Please sign in to comment.