Skip to content

Commit

Permalink
Release 3.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelgrinberg committed Jan 30, 2017
1 parent 7a895d6 commit 817211b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
@@ -1,6 +1,8 @@
# Flask-HTTPAuth Change Log

## Unreleased
## Release 3.2.2 - 2017-01-29

- Validate authorization header in multi auth ([#51](https://github.com/miguelgrinberg/Flask-HTTPAuth/issues/51))

## Release 3.2.1 - 2016-09-04

Expand Down
2 changes: 1 addition & 1 deletion flask_httpauth.py
Expand Up @@ -14,7 +14,7 @@
from flask import request, make_response, session
from werkzeug.datastructures import Authorization

__version__ = '3.2.1'
__version__ = '3.2.2'


class HTTPAuth(object):
Expand Down

0 comments on commit 817211b

Please sign in to comment.