Skip to content

Commit 65adae8

Browse files
author
Lib Cat
committed
5.2.0
[Full Changelog](5.1.0...5.2.0) **Merged Pull Requests** - Generated Latest Changes for v2021-02-25 [#301](#301) ([recurly-integrations](https://github.com/recurly-integrations))
1 parent 28dbc76 commit 65adae8

File tree

4 files changed

+18
-7
lines changed

4 files changed

+18
-7
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 5.1.0
2+
current_version = 5.2.0
33
parse = (?P<major>\d+)
44
\.(?P<minor>\d+)
55
\.(?P<patch>\d+)

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [5.2.0](https://github.com/recurly/recurly-client-java/tree/5.2.0) (2025-07-09)
4+
5+
[Full Changelog](https://github.com/recurly/recurly-client-java/compare/5.1.0...5.2.0)
6+
7+
8+
**Merged Pull Requests**
9+
10+
- Generated Latest Changes for v2021-02-25 [#301](https://github.com/recurly/recurly-client-java/pull/301) ([recurly-integrations](https://github.com/recurly-integrations))
11+
12+
13+
314
## [5.1.0](https://github.com/recurly/recurly-client-java/tree/5.1.0) (2025-06-11)
415

516
[Full Changelog](https://github.com/recurly/recurly-client-java/compare/5.0.0...5.1.0)

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@ As a Maven dependency:
2121
<dependency>
2222
<groupId>com.recurly.v3</groupId>
2323
<artifactId>api-client</artifactId>
24-
<version>5.1.0</version>
24+
<version>5.2.0</version>
2525
</dependency>
2626
```
2727

2828
Gradle:
2929

3030
```groovy
31-
implementation 'com.recurly.v3:api-client:5.1.0'
31+
implementation 'com.recurly.v3:api-client:5.2.0'
3232
```
3333

3434
You can find further release and distribution details on

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/5.1.0"
2+
<project xmlns="http://maven.apache.org/POM/5.2.0"
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/5.1.0 http://maven.apache.org/xsd/maven-5.1.0.xsd">
4+
xsi:schemaLocation="http://maven.apache.org/POM/5.2.0 http://maven.apache.org/xsd/maven-5.2.0.xsd">
55
<modelVersion>4.0.0</modelVersion>
66

77
<groupId>com.recurly.v3</groupId>
88
<artifactId>api-client</artifactId>
9-
<version>5.1.0-SNAPSHOT</version>
9+
<version>5.2.0-SNAPSHOT</version>
1010

1111
<name>Recurly API V3 Java Client</name>
1212
<description>The official Java client for Recurly's V3 API.</description>
@@ -143,7 +143,7 @@
143143
<plugin>
144144
<groupId>org.eluder.coveralls</groupId>
145145
<artifactId>coveralls-maven-plugin</artifactId>
146-
<version>5.1.0</version>
146+
<version>5.2.0</version>
147147
<configuration>
148148
<!-- TODO: Don't commit repoToken pubically! Find a way to integrate securely -->
149149
<repoToken>yourcoverallsprojectrepositorytoken</repoToken>

0 commit comments

Comments
 (0)