Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
andyjeffries committed Oct 8, 2018
1 parent aa4a5e1 commit c65eb6f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## 1.7.3

Bugfix:

- Form encoded requests should also honour `wrap_root` (thanks to noctivityinc for the issue report)

Feature:

- Returning `false` from a callback will halt the callback chain and cancel the request (thanks to noctivityinc for the feature request)

## 1.7.2

Bugfix:
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.7.2"
VERSION = "1.7.3"
end

0 comments on commit c65eb6f

Please sign in to comment.