Skip to content

Commit

Permalink
release: 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored Nov 26, 2024
1 parent d53a19a commit 2835f19
Show file tree
Hide file tree
Showing 4 changed files with 32 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 @@
{
".": "3.0.0"
".": "3.1.0"
}
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
# Changelog

## 3.1.0 (2024-11-26)

Full Changelog: [v3.0.0...v3.1.0](https://github.com/Modern-Treasury/modern-treasury-java/compare/v3.0.0...v3.1.0)

### Features

* **client:** add logging when debug env is set ([#272](https://github.com/Modern-Treasury/modern-treasury-java/issues/272)) ([ef7a9c1](https://github.com/Modern-Treasury/modern-treasury-java/commit/ef7a9c17878e623d77884c6e498dd303aa2f61be))


### Chores

* **api:** additional fields for requests to get BalanceReports and create LegalEntities ([#265](https://github.com/Modern-Treasury/modern-treasury-java/issues/265)) ([27e70aa](https://github.com/Modern-Treasury/modern-treasury-java/commit/27e70aa92cfa79b6725edb6b752b5c6da9556056))
* **deps:** bump jackson to 2.18.1 ([#268](https://github.com/Modern-Treasury/modern-treasury-java/issues/268)) ([7c2116f](https://github.com/Modern-Treasury/modern-treasury-java/commit/7c2116fa85135e33d75357968ef7dea877311df7))
* sync openapi spec ([#274](https://github.com/Modern-Treasury/modern-treasury-java/issues/274)) ([548590d](https://github.com/Modern-Treasury/modern-treasury-java/commit/548590d748cb320058c828dc4d014f3c77ceb828))


### Styles

* **internal:** move identity methods to bottom of error class ([#270](https://github.com/Modern-Treasury/modern-treasury-java/issues/270)) ([2171f88](https://github.com/Modern-Treasury/modern-treasury-java/commit/2171f88422976d3a741a861f79d81d58ffe69438))
* **internal:** reduce verbosity of identity methods ([#269](https://github.com/Modern-Treasury/modern-treasury-java/issues/269)) ([a8aa61f](https://github.com/Modern-Treasury/modern-treasury-java/commit/a8aa61f69134e788ecd4ffc9d01783e586cf4ab4))
* **internal:** reorder some params methods and improve consistency of implementations ([#271](https://github.com/Modern-Treasury/modern-treasury-java/issues/271)) ([3235cab](https://github.com/Modern-Treasury/modern-treasury-java/commit/3235cabc6a46e3ee59ddbb9b8f97fc085553630b))


### Refactors

* **internal:** split `closeWhenPhantomReachable` function ([#267](https://github.com/Modern-Treasury/modern-treasury-java/issues/267)) ([0c07297](https://github.com/Modern-Treasury/modern-treasury-java/commit/0c0729726470a0ff8bbfe3fc5a07afd9c9d8a95d))

## 3.0.0 (2024-11-11)

Full Changelog: [v2.22.0...v3.0.0](https://github.com/Modern-Treasury/modern-treasury-java/compare/v2.22.0...v3.0.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/3.0.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/3.1.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:3.0.0")
implementation("com.moderntreasury:modern-treasury-java:3.1.0")
```

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

nexusPublishing {
Expand Down

0 comments on commit 2835f19

Please sign in to comment.