Skip to content

Commit

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

**Merged Pull Requests**

- Breaking change: The constant RefuneMethodEnum has been renamed RefundMethodEnum [#277](#277) ([recurly-integrations](https://github.com/recurly-integrations))
  • Loading branch information
Lib Cat committed Aug 9, 2024
1 parent 9cc39d8 commit ab5a584
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.56.0
current_version = 4.57.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.57.0](https://github.com/recurly/recurly-client-java/tree/4.57.0) (2024-08-09)

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


**Merged Pull Requests**

- Breaking change: The constant RefuneMethodEnum has been renamed RefundMethodEnum [#277](https://github.com/recurly/recurly-client-java/pull/277) ([recurly-integrations](https://github.com/recurly-integrations))



## [4.56.0](https://github.com/recurly/recurly-client-java/tree/4.56.0) (2024-07-03)

[Full Changelog](https://github.com/recurly/recurly-client-java/compare/4.55.0...4.56.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.56.0</version>
<version>4.57.0</version>
</dependency>
```

Gradle:

```groovy
implementation 'com.recurly.v3:api-client:4.56.0'
implementation 'com.recurly.v3:api-client:4.57.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.56.0"
<project xmlns="http://maven.apache.org/POM/4.57.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.56.0 http://maven.apache.org/xsd/maven-4.56.0.xsd">
xsi:schemaLocation="http://maven.apache.org/POM/4.57.0 http://maven.apache.org/xsd/maven-4.57.0.xsd">
<modelVersion>4.0.0</modelVersion>

<groupId>com.recurly.v3</groupId>
<artifactId>api-client</artifactId>
<version>4.56.0-SNAPSHOT</version>
<version>4.57.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.56.0</version>
<version>4.57.0</version>
<configuration>
<!-- TODO: Don't commit repoToken pubically! Find a way to integrate securely -->
<repoToken>yourcoverallsprojectrepositorytoken</repoToken>
Expand Down

0 comments on commit ab5a584

Please sign in to comment.