Skip to content

Commit

Permalink
v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kjg committed May 11, 2016
1 parent 37e62e3 commit 45e5dab
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# 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.
You can use the upgrade strategy in v1.4.x and above to migrate to v2.0.0
without any down time. Please see the 1.4.0 release nodes for more info
- Added support for other digest algorithms like SHA-256 (#98 fwininger)

# 1.5.0 (2016-01-21)
- Added a sign_with_http_method configuration option to the ActiveResource
rails tie to correspond to passing the `:with_http_method => true` into
Expand All @@ -7,7 +14,7 @@
- Fixed an issue where getters wouldn't immediately have the correct value after
setting a date or content md5 in some of the request drivers (#91)

# 1.4 (2015-12-16)
# 1.4.0 (2015-12-16)

## IMPORTANT SECURITY FIX (with backwards compatible fallback)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![Build Status](https://travis-ci.org/mgomes/api_auth.png?branch=master)](https://travis-ci.org/mgomes/api_auth)

## IMPORTANT: See [CHANGELOG.md](/CHANGELOG.md) for security update information
## IMPORTANT: v2.0.0 is backwards incompatible with the default settings of v1.x to address a security vulnerability. See [CHANGELOG.md](/CHANGELOG.md) for security update information.

Logins and passwords are for humans. Communication between applications need to
be protected through different means.
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.0.pre
2.0.0

0 comments on commit 45e5dab

Please sign in to comment.