We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a294d87 commit a963412Copy full SHA for a963412
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# CHANGELOG
2
3
+## 5.3.0 - 2017-10-31
4
+* [#405](https://github.com/stripe/stripe-node/pull/405) Support for exchange rates APIs
5
+
6
## 5.2.0 - 2017-10-26
7
* [#404](https://github.com/stripe/stripe-node/pull/404) Support for listing source transactions
8
VERSION
@@ -1 +1 @@
-5.2.0
+5.3.0
package.json
@@ -1,6 +1,6 @@
{
"name": "stripe",
- "version": "5.2.0",
+ "version": "5.3.0",
"description": "Stripe API wrapper",
"keywords": [
"stripe",
0 commit comments