-
Notifications
You must be signed in to change notification settings - Fork 128
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Full Changelog](2.19.14...2.20.0) **Merged Pull Requests** - GET external_subscription by external_id [#907](#907) ([paulorbpinho-fullstacklabs](https://github.com/paulorbpinho-fullstacklabs)) - add taxable address sources to business entity and adjustment [#906](#906) ([amandamfielding](https://github.com/amandamfielding))
- Loading branch information
Lib Cat
committed
Jul 3, 2024
1 parent
8846aa6
commit b67b794
Showing
4 changed files
with
15 additions
and
3 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
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,6 +1,6 @@ | ||
module Recurly | ||
module Version | ||
VERSION = "2.19.14" | ||
VERSION = "2.20.0" | ||
|
||
class << self | ||
def inspect | ||
|