Skip to content

Commit

Permalink
bump to 2.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
cbarton committed Jun 26, 2015
1 parent cf3e5a3 commit 9a0e2d9
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,7 +1,11 @@
<a name="unreleased"></a>
## Unreleased

<a name="v2.4.4"></a>
## v2.4.4 (2015-6-25)

* Add `refund_apply_order` to `Invoice` when creating a refund [PR](https://github.com/recurly/recurly-client-ruby/pull/193)
* Fix association loading when fetching a resource via RJSv2 [PR](https://github.com/recurly/recurly-client-ruby/pull/195)

<a name="v2.4.3"></a>
## v2.4.3 (2015-5-26)
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
recurly (2.4.3)
recurly (2.4.4)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion README.md
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.3'
gem 'recurly', '~> 2.4.4'
```

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

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

0 comments on commit 9a0e2d9

Please sign in to comment.