Skip to content

Commit

Permalink
Merge pull request #232 from recurly/bump_2_5_1
Browse files Browse the repository at this point in the history
Bump 2.5.1
  • Loading branch information
csmb committed Feb 19, 2016
2 parents 1d49ee4 + cd3c61e commit ef83aba
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
<a name="unreleased"></a>
## Unreleased

<a name="v2.5.1"></a>
## v2.5.1 (2016-02-18)

* Add `currency` attribute to `BillingInfo` object so client can pass currency on create/update [PR](https://github.com/recurly/recurly-client-ruby/pull/231)

<a name="v2.5.0"></a>
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
recurly (2.5.0)
recurly (2.5.1)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Recurly is packaged as a Ruby gem. We recommend you install it with
[Bundler](http://gembundler.com/) by adding the following line to your Gemfile:

``` ruby
gem 'recurly', '~> 2.5.0'
gem 'recurly', '~> 2.5.1'
```

Recurly will automatically use [Nokogiri](http://nokogiri.org/) (for a nice
Expand Down
2 changes: 1 addition & 1 deletion lib/recurly/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module Recurly
module Version
MAJOR = 2
MINOR = 5
PATCH = 0
PATCH = 1
PRE = nil

VERSION = [MAJOR, MINOR, PATCH, PRE].compact.join('.').freeze
Expand Down

0 comments on commit ef83aba

Please sign in to comment.