diff --git a/History.txt b/History.txt index ca1854ea..763dd19a 100644 --- a/History.txt +++ b/History.txt @@ -1,3 +1,6 @@ +=== 1.7.7 2012-11-07 +* Add support for updating charge disputes. + === 1.7.6 2012-10-30 * Add support for creating invoices. diff --git a/VERSION b/VERSION index de28578a..91c74a58 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.7.6 +1.7.7 diff --git a/lib/stripe/version.rb b/lib/stripe/version.rb index 1b8095a7..410288c6 100644 --- a/lib/stripe/version.rb +++ b/lib/stripe/version.rb @@ -1,3 +1,3 @@ module Stripe - VERSION = '1.7.6' + VERSION = '1.7.7' end