Skip to content

Commit

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

**Merged Pull Requests**

- Generated Latest Changes for v2019-10-10 [#243](#243) ([recurly-integrations](https://github.com/recurly-integrations))
  • Loading branch information
Recurly integrations committed May 3, 2023
1 parent 7d43c3a commit 336022a
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.26.0
current_version = 3.27.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.27.0](https://github.com/recurly/recurly-client-java/tree/3.27.0) (2023-05-03)

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


**Merged Pull Requests**

- Generated Latest Changes for v2019-10-10 [#243](https://github.com/recurly/recurly-client-java/pull/243) ([recurly-integrations](https://github.com/recurly-integrations))



## [3.26.0](https://github.com/recurly/recurly-client-java/tree/3.26.0) (2023-04-26)

[Full Changelog](https://github.com/recurly/recurly-client-java/compare/3.25.0...3.26.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.26.0</version>
<version>3.27.0</version>
</dependency>
```

Gradle:

```groovy
implementation 'com.recurly.v3:api-client:3.26.0'
implementation 'com.recurly.v3:api-client:3.27.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.26.0-SNAPSHOT</version>
<version>3.27.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 336022a

Please sign in to comment.