Skip to content

Commit

Permalink
Updates Version in Swagger file to 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathancouchman committed Feb 19, 2019
1 parent 93d9c92 commit 64bd190
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,24 @@ The current version of the API is the [latest tagged release](https://github.com
It is recommended that the latest tagged release should be used instead of master directly.
### Releases
**Current**

- [2.2.0](https://github.com/CurrencyCloud/currencycloud-swagger/releases/tag/rel-2.2.0)
- Adds enum and default values for scope parmeter on find-ibans and find-vans
- Adds missing actions to the enum of the action parameter of transactions/find
- Updates documentation for transactions/find, payments/find and payments/create
- Add Payment Charge Settings
- Create beneficiary enum list fix
- Fix Beneficiary Payment Type Defaults
- Adds get payment delivery date to api definition

**Previous**

- [2.1.0](https://github.com/CurrencyCloud/currencycloud-swagger/releases/tag/rel-2.1.0)
- Fixes documentation of *Get Payer Requirements*
- Documents 403 Error
- Adds wire_routing_code to VANS Definition

**Previous**

- [2.0.0](https://github.com/CurrencyCloud/currencycloud-swagger/releases/tag/rel-2.0.0)

## Tools
Expand Down
2 changes: 1 addition & 1 deletion src/reference.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ info:
converting money between currencies and making payments around the world.
Dynamically register sub-accounts to provide white labeled money transfer
services to your own customers.
version: 2.1.0
version: 2.2.0
title: Currencycloud API
termsOfService: 'https://www.currencycloud.com/terms-and-conditions/'
contact:
Expand Down

0 comments on commit 64bd190

Please sign in to comment.