From 89cb224b39e46915f4d33918fd311aa4dd381a1b Mon Sep 17 00:00:00 2001 From: Brandur Date: Thu, 18 May 2017 12:57:08 -0700 Subject: [PATCH] Bump version to 2.9.0 --- History.txt | 4 ++++ VERSION | 2 +- lib/stripe/version.rb | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/History.txt b/History.txt index 4884833c..c9f3391f 100644 --- a/History.txt +++ b/History.txt @@ -1,3 +1,7 @@ +=== 2.9.0 2017-05-18 + +* Support for OAuth operations in `Stripe::OAuth` + === 2.8.0 2017-04-28 * Support for checking webhook signatures diff --git a/VERSION b/VERSION index 834f2629..c8e38b61 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.8.0 +2.9.0 diff --git a/lib/stripe/version.rb b/lib/stripe/version.rb index 87b49a88..38c9654c 100644 --- a/lib/stripe/version.rb +++ b/lib/stripe/version.rb @@ -1,3 +1,3 @@ module Stripe - VERSION = '2.8.0' + VERSION = '2.9.0' end