We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 365759e commit 55b4d78Copy full SHA for 55b4d78
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Changelog
2
3
+## 4.5.0 - 2019-01-02
4
+* [#719](https://github.com/stripe/stripe-ruby/pull/719) Generate OAuth authorize URLs for Express accounts as well as standard
5
+
6
## 4.4.1 - 2018-12-31
7
* [#718](https://github.com/stripe/stripe-ruby/pull/718) Fix an error message typo
8
VERSION
@@ -1 +1 @@
-4.4.1
+4.5.0
lib/stripe/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Stripe
- VERSION = "4.4.1".freeze
+ VERSION = "4.5.0".freeze
end
0 commit comments