-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Full Changelog](v4.4.0...v4.5.0) **Merged Pull Requests** - Generated Latest Changes for v2021-02-25 [#110](#110) ([recurly-integrations](https://github.com/recurly-integrations)) - feat: add Idempotency-Prior to ResponseMetadata [#106](#106) ([speza](https://github.com/speza))
- Loading branch information
Recurly integrations
committed
Aug 2, 2021
1 parent
7d46838
commit 3531d95
Showing
3 changed files
with
14 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
package recurly | ||
|
||
const ( | ||
clientVersion = "4.4.0" | ||
clientVersion = "4.5.0" | ||
) |