Skip to content

Commit

Permalink
Update to v2.0.1 for bugfix release
Browse files Browse the repository at this point in the history
  • Loading branch information
kjg committed Jul 25, 2016
1 parent 3a51d47 commit 489f0e3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# 2.0.1 (2016-07-25)
- Support of `api_auth_options` in ActiveResource integration (#102 fwininger)
- Replace use of `#blank?` with `#nil?` to not depend on ActiveSupport (#114 packrat386)
- Fix Auth header matching to not match invalid SHA algorithms (#115 packrat386)
- Replace `alias_method_chain` with `alias_method` in the railtie since
alias_method_chain is deprecated in Rails 5 (#118 mlarraz)

# 2.0.0 (2016-05-11)
- IMPORTANT: 2.0.0 is backwards incompatible with the default settings of v1.x
v2.0.0 always includes the http method in the canonical string.
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.0
2.0.1

0 comments on commit 489f0e3

Please sign in to comment.