Skip to content

Commit

Permalink
Merge pull request #204 from recurly/bump_2_4_5
Browse files Browse the repository at this point in the history
Version 2.4.5
  • Loading branch information
shulmang committed Jul 31, 2015
2 parents 6ca6ce0 + abf7d55 commit ba9014b
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
<a name="unreleased"></a>
## Unreleased

<a name="v2.4.5"></a>
## v2.4.5 (2015-7-31)

* Added ability to enter offline payment [PR](https://github.com/recurly/recurly-client-ruby/pull/189/)
* Add `tax_exempt`, `tax_code`, and `accounting_code` support for one time transactions [PR](https://github.com/recurly/recurly-client-ruby/pull/198)
* Added 'duration' to 'Coupon'
* Added 'temporal_unit' to 'Coupon'
* Added 'temporal_amount' to 'Coupon'
* Added `duration`, `temporal_unit`, and `temporal_amount` to 'Coupon' [PR](https://github.com/recurly/recurly-client-ruby/pull/202)

<a name="v2.4.4"></a>
## v2.4.4 (2015-6-25)
Expand Down
5 changes: 4 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
recurly (2.4.4)
recurly (2.4.5)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -241,3 +241,6 @@ DEPENDENCIES
rubysl-resolv (~> 2.0)
webmock (~> 1.7.6)
yard

BUNDLED WITH
1.10.4
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.4'
gem 'recurly', '~> 2.4.5'
```

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 = 4
PATCH = 4
PATCH = 5
PRE = nil

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

0 comments on commit ba9014b

Please sign in to comment.