Skip to content

Commit

Permalink
release: 2.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] committed Jul 15, 2024
1 parent d7d3bd3 commit 60328b0
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 5 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 @@
{
".": "2.16.1"
".": "2.17.0"
}
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## 2.17.0 (2024-07-15)

Full Changelog: [v2.16.1...v2.17.0](https://github.com/Modern-Treasury/modern-treasury-java/compare/v2.16.1...v2.17.0)

### Features

* **api:** updates ([#198](https://github.com/Modern-Treasury/modern-treasury-java/issues/198)) ([8917ff9](https://github.com/Modern-Treasury/modern-treasury-java/commit/8917ff96b2693e1c563822bda96ed1d24a989b19))


### Chores

* **ci:** also run workflows for PRs targeting `next` ([#195](https://github.com/Modern-Treasury/modern-treasury-java/issues/195)) ([ac71d1b](https://github.com/Modern-Treasury/modern-treasury-java/commit/ac71d1ba2c0bd7f96686ef1696a5692cc078eac6))
* **docs:** minor update to formatting of API link in README ([#199](https://github.com/Modern-Treasury/modern-treasury-java/issues/199)) ([826ffbe](https://github.com/Modern-Treasury/modern-treasury-java/commit/826ffbedb22e2e6eea33e01a5956c68beba210de))


### Documentation

* **examples:** update example values ([#197](https://github.com/Modern-Treasury/modern-treasury-java/issues/197)) ([66da405](https://github.com/Modern-Treasury/modern-treasury-java/commit/66da4050feb7174083f750b726d4b6fb18eda186))

## 2.16.1 (2024-07-10)

Full Changelog: [v2.16.0...v2.16.1](https://github.com/Modern-Treasury/modern-treasury-java/compare/v2.16.0...v2.16.1)
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<!-- x-release-please-start-version -->

[![Maven Central](https://img.shields.io/maven-central/v/com.moderntreasury.api/modern-treasury-java)](https://central.sonatype.com/artifact/com.moderntreasury.api/modern-treasury-java/2.16.1)
[![Maven Central](https://img.shields.io/maven-central/v/com.moderntreasury.api/modern-treasury-java)](https://central.sonatype.com/artifact/com.moderntreasury.api/modern-treasury-java/2.17.0)

<!-- x-release-please-end -->

Expand All @@ -25,7 +25,7 @@ The REST API documentation can be found on [docs.moderntreasury.com](https://do
<!-- x-release-please-start-version -->

```kotlin
implementation("com.moderntreasury:modern-treasury-java:2.16.1")
implementation("com.moderntreasury:modern-treasury-java:2.17.0")
```

#### Maven
Expand All @@ -34,7 +34,7 @@ implementation("com.moderntreasury:modern-treasury-java:2.16.1")
<dependency>
<groupId>com.moderntreasury</groupId>
<artifactId>modern-treasury-java</artifactId>
<version>2.16.1</version>
<version>2.17.0</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {

allprojects {
group = "com.moderntreasury"
version = "2.16.1" // x-release-please-version
version = "2.17.0" // x-release-please-version
}

nexusPublishing {
Expand Down

0 comments on commit 60328b0

Please sign in to comment.