File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -266,6 +266,7 @@ The gem is available as open source under the terms of the [MIT License](https:/
266266
267267## Changelog
268268
269+ * ** 2.1.0** - Ensure ` Time.iso8601 ` is defined so timestamps get parsed. [ #38 ] ( https://github.com/Dwolla/dwolla-v2-ruby/pull/38 ) (Thanks @javierjulio !)
269270* ** 2.0.3** - Add ` DuplicateResourceError ` [ #34 ] ( https://github.com/Dwolla/dwolla-v2-ruby/pull/34 ) (Thanks @javierjulio !)
270271* ** 2.0.2** - Fix bug in [ #30 ] ( https://github.com/Dwolla/dwolla-v2-ruby/pull/30 ) (Thanks again @sobrinho !)
271272* ** 2.0.1** - Fix bugs in [ #27 ] ( https://github.com/Dwolla/dwolla-v2-ruby/pull/27 ) + [ #28 ] ( https://github.com/Dwolla/dwolla-v2-ruby/pull/28 ) (Thanks @sobrinho !)
Original file line number Diff line number Diff line change 11module DwollaV2
2- VERSION = "2.0.3 "
2+ VERSION = "2.1.0 "
33end
You can’t perform that action at this time.
0 commit comments