Skip to content

Commit 55b4d78

Browse files
committed
Bump version to 4.5.0
1 parent 365759e commit 55b4d78

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

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+
36
## 4.4.1 - 2018-12-31
47
* [#718](https://github.com/stripe/stripe-ruby/pull/718) Fix an error message typo
58

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.4.1
1+
4.5.0

lib/stripe/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Stripe
4-
VERSION = "4.4.1".freeze
4+
VERSION = "4.5.0".freeze
55
end

0 commit comments

Comments
 (0)