diff --git a/History.txt b/History.txt index a6f8decd..4047ce4b 100644 --- a/History.txt +++ b/History.txt @@ -1,3 +1,7 @@ +=== 2.7.0 2017-04-26 + +* Add model `InvoiceLineItem` + === 2.6.0 2017-04-26 * Add `OBJECT_NAME` constants to all API resources diff --git a/VERSION b/VERSION index e70b4523..24ba9a38 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.6.0 +2.7.0 diff --git a/lib/stripe/version.rb b/lib/stripe/version.rb index 36ece6cd..280c8b76 100644 --- a/lib/stripe/version.rb +++ b/lib/stripe/version.rb @@ -1,3 +1,3 @@ module Stripe - VERSION = '2.6.0' + VERSION = '2.7.0' end