Skip to content

Commit

Permalink
bump to v0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
joegasewicz committed Jan 27, 2021
1 parent 9dcc773 commit 681c22e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
# Changelog

### Changed
**Releases 0.1.5** -
**Releases 0.1.6** - 2021-01-27
- Google test utility method can be scoped between tests. [Issue #185](https://github.com/joegasewicz/flask-jwt-router/issues/185)

**Releases 0.1.5** - 2021-01-26
- Added extra test in [_routing.py line 174](https://github.com/joegasewicz/flask-jwt-router/blob/6ee5bcfb772b6cb66a5c621cf466014b94eaf635/flask_jwt_router/_routing.py#L174) for better check for X-Auth-Token headers.
- Provide a utility method for testing & mocking OAuth headers. [Issue #183](https://github.com/joegasewicz/flask-jwt-router/issues/183)

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

setup(
name='flask-jwt-router',
version='0.1.5',
version='0.1.6',
description='Flask JWT Router is a Python library that adds authorised routes to a Flask app',
packages=["flask_jwt_router", "flask_jwt_router.oauth2"],
classifiers=[
Expand Down

0 comments on commit 681c22e

Please sign in to comment.