Skip to content

Commit

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

**Merged Pull Requests**

- Generated Latest Changes for v2021-02-25 (Auth & Capture) [#271](#271) ([recurly-integrations](https://github.com/recurly-integrations))
  • Loading branch information
Lib Cat committed May 1, 2024
1 parent af3f677 commit 456e575
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.51.1
current_version = 4.52.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.52.0](https://github.com/recurly/recurly-client-java/tree/4.52.0) (2024-05-01)

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


**Merged Pull Requests**

- Generated Latest Changes for v2021-02-25 (Auth & Capture) [#271](https://github.com/recurly/recurly-client-java/pull/271) ([recurly-integrations](https://github.com/recurly-integrations))



## [4.51.1](https://github.com/recurly/recurly-client-java/tree/4.51.1) (2024-04-22)

[Full Changelog](https://github.com/recurly/recurly-client-java/compare/4.51.0...4.51.1)
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.51.1</version>
<version>4.52.0</version>
</dependency>
```

Gradle:

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

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

0 comments on commit 456e575

Please sign in to comment.