Skip to content

Commit c3dca02

Browse files
committed
Cut v1.3.2
1 parent 35f4250 commit c3dca02

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Payola Changelog
22

3+
* v1.3.2 - 2015-05-18
4+
- Lock stripe-ruby-mock to v2.1.0 to work around test issues
5+
- Properly bubble subscription errors up to the user
6+
- Handle card declines
7+
- Add bitcoin option to checkout button
8+
- Move the Payola Pro message out of initializers
9+
310
* v1.3.1 - 2015-03-18
411
- Fix a problem when creating subscription invoice payments
512
- Peg Stripe gem at 1.20.1 pending a fix to rebelidealist/stripe-ruby-mock#203

lib/payola/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Payola
2-
VERSION = "1.3.1"
2+
VERSION = "1.3.2"
33
end

0 commit comments

Comments
 (0)