Bump version to 4.16.0

This commit is contained in:
Remi Jannel 2019-04-24 14:26:18 -07:00
parent 27c4d3dc2f
commit 93deaef626
3 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,8 @@
# Changelog
## 4.16.0 - 2019-04-24
* [#760](https://github.com/stripe/stripe-ruby/pull/760) Add support for the `TaxRate` resource and APIs
## 4.15.0 - 2019-04-22
* [#762](https://github.com/stripe/stripe-ruby/pull/762) Add support for the `TaxId` resource and APIs

View File

@ -1 +1 @@
4.15.0
4.16.0

View File

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