Skip to content

Commit

Permalink
Merge pull request #297 from recurly/bump_2_7_6
Browse files Browse the repository at this point in the history
Bump 2.7.6
  • Loading branch information
lmnleaf committed Jan 30, 2017
2 parents 77664c2 + 00fb473 commit c8ea7b7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,12 @@
<a name="unreleased"></a>
## Unreleased

<a name="v2.7.6"></a>
## v2.7.6 (2017-01-30)

- Fix cloudflare 502 error #296 [PR](https://github.com/recurly/recurly-client-ruby/pull/296)
- Fix stack-level-too-deep for as_json #295 [PR](https://github.com/recurly/recurly-client-ruby/pull/295)

<a name="v2.7.5"></a>
## v2.7.5 (2016-11-30)

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

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

0 comments on commit c8ea7b7

Please sign in to comment.