Bump version to 4.9.0

This commit is contained in:
Remi Jannel 2019-02-12 08:54:31 -08:00
parent 7af2826ad1
commit ab8704ed34
3 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,8 @@
# Changelog
## 4.9.0 - 2019-02-12
* [#739](https://github.com/stripe/stripe-ruby/pull/739) Add support for `SubscriptionSchedule` and `SubscriptionScheduleRevision`
## 4.8.1 - 2019-02-11
* [#743](https://github.com/stripe/stripe-ruby/pull/743) Fix bug in file uploading introduced in #741

View File

@ -1 +1 @@
4.8.1
4.9.0

View File

@ -1,5 +1,5 @@
# frozen_string_literal: true
module Stripe
VERSION = "4.8.1".freeze
VERSION = "4.9.0".freeze
end