Skip to content

Commit

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

**Merged Pull Requests**

- Generated Latest Changes for v2021-02-25 (External Invoices) [#237](#237) ([recurly-integrations](https://github.com/recurly-integrations))
  • Loading branch information
Recurly integrations committed Mar 29, 2023
1 parent cfe86db commit c704ae5
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.32.0
current_version = 4.33.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.33.0](https://github.com/recurly/recurly-client-java/tree/4.33.0) (2023-03-29)

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


**Merged Pull Requests**

- Generated Latest Changes for v2021-02-25 (External Invoices) [#237](https://github.com/recurly/recurly-client-java/pull/237) ([recurly-integrations](https://github.com/recurly-integrations))



## [4.32.0](https://github.com/recurly/recurly-client-java/tree/4.32.0) (2023-02-22)

[Full Changelog](https://github.com/recurly/recurly-client-java/compare/4.31.0...4.32.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.32.0</version>
<version>4.33.0</version>
</dependency>
```

Gradle:

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

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

0 comments on commit c704ae5

Please sign in to comment.