diff --git a/History.txt b/History.txt index 9161d8be..05aec85b 100644 --- a/History.txt +++ b/History.txt @@ -1,3 +1,8 @@ +=== 1.8.3 2013-05-06 + +* 1 bugfix: + * Fix handling of per-call API keys (github issue #67) + === 1.8.2 2013-05-01 * 3 minor enhancement: diff --git a/VERSION b/VERSION index 53adb84c..a7ee35a3 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.8.2 +1.8.3 diff --git a/lib/stripe/version.rb b/lib/stripe/version.rb index e1588646..afcc52eb 100644 --- a/lib/stripe/version.rb +++ b/lib/stripe/version.rb @@ -1,3 +1,3 @@ module Stripe - VERSION = '1.8.2' + VERSION = '1.8.3' end