Skip to content

Commit f515bfb

Browse files
committed
Merge pull request #154 from recurly/bump-2.3.4
bump 2.3.4
2 parents 96b6036 + 8b3642a commit f515bfb

4 files changed

Lines changed: 8 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
<a name="unreleased"></a>
22
## Unreleased
33

4+
<a name="v2.3.4"></a>
5+
## v2.3.4 (2014-10-3)
6+
7+
* Adding invoice preview: `account.build_invoice` [0bc0d01](https://github.com/recurly/recurly-client-ruby/pull/153)
8+
49
<a name="v2.3.3"></a>
510
## v2.3.3 (2014-9-29)
611

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
recurly (2.3.3)
4+
recurly (2.3.4)
55

66
GEM
77
remote: https://rubygems.org/

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Recurly is packaged as a Ruby gem. We recommend you install it with
1212
[Bundler](http://gembundler.com/) by adding the following line to your Gemfile:
1313

1414
``` ruby
15-
gem 'recurly', '~> 2.3.3'
15+
gem 'recurly', '~> 2.3.4'
1616
```
1717

1818
Recurly will automatically use [Nokogiri](http://nokogiri.org/) (for a nice

lib/recurly/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module Recurly
22
module Version
33
MAJOR = 2
44
MINOR = 3
5-
PATCH = 3
5+
PATCH = 4
66
PRE = nil
77

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

0 commit comments

Comments
 (0)