Skip to content

Commit

Permalink
Merge pull request #228 from recurly/bump_2_5_0
Browse files Browse the repository at this point in the history
Bump to 2.5.0
  • Loading branch information
csmb committed Jan 14, 2016
2 parents 9f229f0 + 569838a commit 90cadbc
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
<a name="unreleased"></a>
## Unreleased

<a name="v2.5.0"></a>
## v2.5.0 (2016-01-13)

* Fix redemption destroy path for accounts with multiple redemptions [PR](https://github.com/recurly/recurly-client-ruby/pull/227)

<a name="v2.4.9"></a>
## v2.4.9 (2015-11-18)

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.4.9)
recurly (2.5.0)

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.4.9'
gem 'recurly', '~> 2.5.0'
```

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

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

0 comments on commit 90cadbc

Please sign in to comment.