Bump version to 1.29.1

This commit is contained in:
Brandur 2015-10-06 13:40:13 -07:00
parent 2f09c74c01
commit b7d714b58e
3 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
=== 1.29.1 2015-10-06
* Fix bug where ampersands were not being properly encoded
=== 1.29.0 2015-10-05
* Add pagination helpers `#auto_paging_each`, `#previous_page`, and `#next_page`

View File

@ -1 +1 @@
1.29.0
1.29.1

View File

@ -1,3 +1,3 @@
module Stripe
VERSION = '1.29.0'
VERSION = '1.29.1'
end