Skip to content

Commit

Permalink
release: 2.19.1
Browse files Browse the repository at this point in the history
stainless-app[bot] committed Aug 27, 2024
1 parent d3b99e5 commit 1c14c65
Showing 4 changed files with 13 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.19.0"
".": "2.19.1"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 2.19.1 (2024-08-22)

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

### Bug Fixes

* remove additionalBodyProperties from methods that don't support request bodies ([#212](https://github.com/Modern-Treasury/modern-treasury-java/issues/212)) ([71672f0](https://github.com/Modern-Treasury/modern-treasury-java/commit/71672f056d93f6c8918dc032cc245a79129e0fc3))

## 2.19.0 (2024-08-21)

Full Changelog: [v2.18.0...v2.19.0](https://github.com/Modern-Treasury/modern-treasury-java/compare/v2.18.0...v2.19.0)
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.19.0)
[![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.19.1)

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

@@ -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.19.0")
implementation("com.moderntreasury:modern-treasury-java:2.19.1")
```

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

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

allprojects {
group = "com.moderntreasury"
version = "2.19.0" // x-release-please-version
version = "2.19.1" // x-release-please-version
}

nexusPublishing {

0 comments on commit 1c14c65

Please sign in to comment.