Skip to content

Commit

Permalink
release: 2.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored Oct 30, 2024
1 parent 345de16 commit 5fc5ab2
Show file tree
Hide file tree
Showing 4 changed files with 23 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.22.0"
".": "2.23.0"
}
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## 2.23.0 (2024-10-30)

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

### Features

* **client:** clean up resource leaks when the resource becomes phantom reachable ([#246](https://github.com/Modern-Treasury/modern-treasury-java/issues/246)) ([29fe5a2](https://github.com/Modern-Treasury/modern-treasury-java/commit/29fe5a2c1c10c5bd2c67cf595d2f97e3c8ed3514))


### Styles

* **internal:** make `getOrThrow` terse and consistent ([#248](https://github.com/Modern-Treasury/modern-treasury-java/issues/248)) ([f285344](https://github.com/Modern-Treasury/modern-treasury-java/commit/f285344a8d9b20fa9f99897ee205ecd5c34039e4))


### Refactors

* **internal:** inline `MoreExecutors` usage ([#250](https://github.com/Modern-Treasury/modern-treasury-java/issues/250)) ([345de16](https://github.com/Modern-Treasury/modern-treasury-java/commit/345de16deae1f3810e2f758a8a5f163ba6d32c32))

## 2.22.0 (2024-10-25)

Full Changelog: [v2.21.1...v2.22.0](https://github.com/Modern-Treasury/modern-treasury-java/compare/v2.21.1...v2.22.0)
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.22.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.23.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.22.0")
implementation("com.moderntreasury:modern-treasury-java:2.23.0")
```

#### Maven
Expand All @@ -34,7 +34,7 @@ implementation("com.moderntreasury:modern-treasury-java:2.22.0")
<dependency>
<groupId>com.moderntreasury</groupId>
<artifactId>modern-treasury-java</artifactId>
<version>2.22.0</version>
<version>2.23.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.22.0" // x-release-please-version
version = "2.23.0" // x-release-please-version
}

nexusPublishing {
Expand Down

0 comments on commit 5fc5ab2

Please sign in to comment.