Skip to content

Commit

Permalink
Version bump after mikevoets PR
Browse files Browse the repository at this point in the history
  • Loading branch information
andyjeffries committed Mar 16, 2018
1 parent c24f426 commit 97d2da9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Changelog

## 1.6.2
## 1.6.3

Bugfix:

- Flexirest wasn't supporting nested arrays in responses, it does now. Thanks to Rui Ribeiro for pointing this out.
- Allowing instantiating a class if mapped request method is called for "JSON-API" functionality (thanks to Mike Voets for this PR).

## 1.6.1

Expand Down
2 changes: 1 addition & 1 deletion lib/flexirest/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Flexirest
VERSION = "1.6.2"
VERSION = "1.6.3"
end

0 comments on commit 97d2da9

Please sign in to comment.