diff --git a/CHANGES.md b/CHANGES.md index 7966a7c9a0afbdf35413016f68d618a39a5dc2bf..ca99066d873a1abe3b2c3d0b532121c07b124103 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,12 @@ +version 0.9.1 - bugfixes +------------------------ + +Plain bugfix release for 0.9: + +* prevent token conflicts +* custom: fix stylesheet customization +* fix: set token in forms correctly + version 0.9 - twitter feed, rails 4 and deprecations ---------------------------------------------------- diff --git a/Gemfile.lock b/Gemfile.lock index 235cbaa17d4adbde3d943b2521afb3b05792f5f9..aa52649b0cec7a05765892c51e1c36d3f45f1ebb 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,13 +1,13 @@ PATH remote: engines/billing specs: - leap_web_billing (0.9.0) + leap_web_billing (0.9.1) braintree PATH remote: engines/support specs: - leap_web_help (0.9.0) + leap_web_help (0.9.1) PATH remote: vendor/gems/certificate_authority @@ -380,4 +380,4 @@ DEPENDENCIES valid_email BUNDLED WITH - 1.14.3 + 1.15.3 diff --git a/lib/leap_web/version.rb b/lib/leap_web/version.rb index ba2eb872559f4d7ac8e084f315bf8c851c3fbfd4..0c4f19d6d2c3551965afaf4d97ec7fd543770949 100644 --- a/lib/leap_web/version.rb +++ b/lib/leap_web/version.rb @@ -1,3 +1,3 @@ module LeapWeb - VERSION = "0.9.0" unless defined?(LeapWeb::VERSION) + VERSION = "0.9.1" unless defined?(LeapWeb::VERSION) end