Skip to content

Commit

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

**Merged Pull Requests**

- Generated Latest Changes for v2021-02-25 [#256](#256) ([recurly-integrations](https://github.com/recurly-integrations))
  • Loading branch information
Lib Cat committed Nov 7, 2023
1 parent c146dc7 commit f1df200
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.45.0
current_version = 4.46.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.46.0](https://github.com/recurly/recurly-client-java/tree/4.46.0) (2023-11-07)

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


**Merged Pull Requests**

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



## [4.45.0](https://github.com/recurly/recurly-client-java/tree/4.45.0) (2023-08-29)

[Full Changelog](https://github.com/recurly/recurly-client-java/compare/4.44.0...4.45.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.45.0</version>
<version>4.46.0</version>
</dependency>
```

Gradle:

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

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

0 comments on commit f1df200

Please sign in to comment.