Skip to content

Commit

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

**Merged Pull Requests**

- Generated Latest Changes for v2021-02-25 (Entity Use Code) [#273](#273) ([recurly-integrations](https://github.com/recurly-integrations))
  • Loading branch information
Lib Cat committed May 24, 2024
1 parent 5287c96 commit 315af52
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 7 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 = 4.53.0
current_version = 4.54.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

## [4.54.0](https://github.com/recurly/recurly-client-java/tree/4.54.0) (2024-05-24)

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


**Merged Pull Requests**

- Generated Latest Changes for v2021-02-25 (Entity Use Code) [#273](https://github.com/recurly/recurly-client-java/pull/273) ([recurly-integrations](https://github.com/recurly-integrations))



## [4.53.0](https://github.com/recurly/recurly-client-java/tree/4.53.0) (2024-05-08)

[Full Changelog](https://github.com/recurly/recurly-client-java/compare/4.52.0...4.53.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>4.53.0</version>
<version>4.54.0</version>
</dependency>
```

Gradle:

```groovy
implementation 'com.recurly.v3:api-client:4.53.0'
implementation 'com.recurly.v3:api-client:4.54.0'
```

You can find further release and distribution details on
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.53.0"
<project xmlns="http://maven.apache.org/POM/4.54.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.53.0 http://maven.apache.org/xsd/maven-4.53.0.xsd">
xsi:schemaLocation="http://maven.apache.org/POM/4.54.0 http://maven.apache.org/xsd/maven-4.54.0.xsd">
<modelVersion>4.0.0</modelVersion>

<groupId>com.recurly.v3</groupId>
<artifactId>api-client</artifactId>
<version>4.53.0-SNAPSHOT</version>
<version>4.54.0-SNAPSHOT</version>

<name>Recurly API V3 Java Client</name>
<description>The official Java client for Recurly's V3 API.</description>
Expand Down Expand Up @@ -143,7 +143,7 @@
<plugin>
<groupId>org.eluder.coveralls</groupId>
<artifactId>coveralls-maven-plugin</artifactId>
<version>4.53.0</version>
<version>4.54.0</version>
<configuration>
<!-- TODO: Don't commit repoToken pubically! Find a way to integrate securely -->
<repoToken>yourcoverallsprojectrepositorytoken</repoToken>
Expand Down

0 comments on commit 315af52

Please sign in to comment.