Skip to content

Commit

Permalink
3.24.0
Browse files Browse the repository at this point in the history
[Full Changelog](3.23.0...3.24.0)

**Merged Pull Requests**

- Generated Latest Changes for v2019-10-10 (Account Preferred Time Zone) [#230](#230) ([recurly-integrations](https://github.com/recurly-integrations))
  • Loading branch information
Recurly integrations committed Jan 11, 2023
1 parent 03ea5ef commit 61edde7
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 3.23.0
current_version = 3.24.0
parse = (?P<major>\d+)
\.(?P<minor>\d+)
\.(?P<patch>\d+)
Expand Down
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [3.24.0](https://github.com/recurly/recurly-client-java/tree/3.24.0) (2023-01-11)

[Full Changelog](https://github.com/recurly/recurly-client-java/compare/3.23.0...3.24.0)


**Merged Pull Requests**

- Generated Latest Changes for v2019-10-10 (Account Preferred Time Zone) [#230](https://github.com/recurly/recurly-client-java/pull/230) ([recurly-integrations](https://github.com/recurly-integrations))



## [3.23.0](https://github.com/recurly/recurly-client-java/tree/3.23.0) (2022-11-17)

[Full Changelog](https://github.com/recurly/recurly-client-java/compare/3.22.0...3.23.0)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ As a Maven dependency:
<dependency>
<groupId>com.recurly.v3</groupId>
<artifactId>api-client</artifactId>
<version>3.23.0</version>
<version>3.24.0</version>
</dependency>
```

Gradle:

```groovy
implementation 'com.recurly.v3:api-client:3.23.0'
implementation 'com.recurly.v3:api-client:3.24.0'
```

You can find further release and distribution details on
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.recurly.v3</groupId>
<artifactId>api-client</artifactId>
<version>3.23.0-SNAPSHOT</version>
<version>3.24.0-SNAPSHOT</version>

<name>Recurly API V3 Java Client</name>
<description>The official Java client for Recurly's V3 API.</description>
Expand Down

0 comments on commit 61edde7

Please sign in to comment.