Bump version to 1.29.0

This commit is contained in:
Brandur 2015-10-05 12:56:44 -07:00
parent d92983c22a
commit a2b56178fe
3 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
=== 1.29.0 2015-10-05
* Add pagination helpers `#auto_paging_each`, `#previous_page`, and `#next_page`
=== 1.28.1 2015-10-05
* Fix URI being referenced by file upload resources

View File

@ -1 +1 @@
1.28.1
1.29.0

View File

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