Skip to content

Commit

Permalink
release: 2.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] committed Oct 8, 2024
1 parent dba7dc7 commit 37b7af4
Show file tree
Hide file tree
Showing 4 changed files with 13 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 @@
{
".": "2.20.0"
".": "2.20.1"
}
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 2.20.1 (2024-10-03)

Full Changelog: [v2.20.0...v2.20.1](https://github.com/Modern-Treasury/modern-treasury-kotlin/compare/v2.20.0...v2.20.1)

### Styles

* **client:** disable formatting for java boilerplate ([#217](https://github.com/Modern-Treasury/modern-treasury-kotlin/issues/217)) ([4efc5d2](https://github.com/Modern-Treasury/modern-treasury-kotlin/commit/4efc5d28fbbdd89b58c06c9257ca8b1dc5766bc5))
* **client:** move equals, hashCode, and toString to the bottom of entity files ([#215](https://github.com/Modern-Treasury/modern-treasury-kotlin/issues/215)) ([abd9a3b](https://github.com/Modern-Treasury/modern-treasury-kotlin/commit/abd9a3bfe4e1f4cd7553186b1b530c8ced43687c))

## 2.20.0 (2024-09-24)

Full Changelog: [v2.19.0...v2.20.0](https://github.com/Modern-Treasury/modern-treasury-kotlin/compare/v2.19.0...v2.20.0)
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 @@ The REST API documentation can be found on [docs.moderntreasury.com](https://do
<!-- x-release-please-start-version -->

```kotlin
implementation("com.moderntreasury:modern-treasury-kotlin:2.20.0")
implementation("com.moderntreasury:modern-treasury-kotlin:2.20.1")
```

#### Maven
Expand All @@ -28,7 +28,7 @@ implementation("com.moderntreasury:modern-treasury-kotlin:2.20.0")
<dependency>
<groupId>com.moderntreasury</groupId>
<artifactId>modern-treasury-kotlin</artifactId>
<version>2.20.0</version>
<version>2.20.1</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.20.0" // x-release-please-version
version = "2.20.1" // x-release-please-version
}

nexusPublishing {
Expand Down

0 comments on commit 37b7af4

Please sign in to comment.