File tree Expand file tree Collapse file tree 4 files changed +18
-7
lines changed Expand file tree Collapse file tree 4 files changed +18
-7
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 5.1 .0
2+ current_version = 5.2 .0
33parse = (?P<major>\d+)
44 \.(?P<minor>\d+)
55 \.(?P<patch>\d+)
Original file line number Diff line number Diff line change 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 )
Original file line number Diff line number Diff 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
2828Gradle:
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
3434You can find further release and distribution details on
Original file line number Diff line number Diff line change 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 >
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 >
You can’t perform that action at this time.
0 commit comments