Skip to content

Commit

Permalink
Release version 3.0.4 (#219)
Browse files Browse the repository at this point in the history
  • Loading branch information
corydolphin committed Apr 26, 2018
1 parent 4686c1e commit 12b0ccf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,8 @@
# Change Log

## 3.0.4
Handle response.headers being None. (Fixes issue #217)

## 3.0.3
Ensure that an Origin of '*' is never sent if supports_credentials is True (fixes Issue #202)
* If `always_send=True`, and `'*'` is in the allowed origins, and a request is made without an Origin header, no `Access-Control-Allow-Origins` header will now be returned. This is breaking if you depended on it, but was a bug as it goes against the spec.
Expand Down
2 changes: 1 addition & 1 deletion flask_cors/version.py
@@ -1 +1 @@
__version__ = '3.0.3'
__version__ = '3.0.4'

0 comments on commit 12b0ccf

Please sign in to comment.