Skip to content

Commit

Permalink
release: 2.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] committed Apr 9, 2024
1 parent 5c17675 commit f88080d
Show file tree
Hide file tree
Showing 4 changed files with 22 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.10.0"
".": "2.11.0"
}
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## 2.11.0 (2024-04-09)

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

### Features

* **api:** add id type in_lei ([#154](https://github.com/Modern-Treasury/modern-treasury-java/issues/154)) ([3e87868](https://github.com/Modern-Treasury/modern-treasury-java/commit/3e87868fe0339314374bde1b7e4ad76dca5bcdac))
* **api:** update account number type enum ([#148](https://github.com/Modern-Treasury/modern-treasury-java/issues/148)) ([e51b897](https://github.com/Modern-Treasury/modern-treasury-java/commit/e51b897170443fc85c4a5cc923b92446e701f3e1))


### Chores

* **deps:** update jackson to v2.14.3 ([#151](https://github.com/Modern-Treasury/modern-treasury-java/issues/151)) ([4cf680d](https://github.com/Modern-Treasury/modern-treasury-java/commit/4cf680d118aabf852a42a7a9550fecff592d626e))
* **deps:** update junit5 to v5.9.3 ([#153](https://github.com/Modern-Treasury/modern-treasury-java/issues/153)) ([888fc34](https://github.com/Modern-Treasury/modern-treasury-java/commit/888fc34d632b2c61f88b572d3d3bca5be8cbc934))
* **deps:** update kotlin-gradle-plugin to v1.9.23 ([#152](https://github.com/Modern-Treasury/modern-treasury-java/issues/152)) ([ef91260](https://github.com/Modern-Treasury/modern-treasury-java/commit/ef9126088b969095bba0c51667b98d8be68bf0e4))
* **tests:** import wiremock.client.WireMock.put ([#155](https://github.com/Modern-Treasury/modern-treasury-java/issues/155)) ([0b42c27](https://github.com/Modern-Treasury/modern-treasury-java/commit/0b42c27e296527462a3e1b56090864f50c3904b4))

## 2.10.0 (2024-03-26)

Full Changelog: [v2.9.0...v2.10.0](https://github.com/Modern-Treasury/modern-treasury-java/compare/v2.9.0...v2.10.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.10.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.11.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.10.0")
implementation("com.moderntreasury:modern-treasury-java:2.11.0")
```

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

nexusPublishing {
Expand Down

0 comments on commit f88080d

Please sign in to comment.