Skip to content

Commit

Permalink
Merge pull request #38 from hoatle/tasks/#35-v0.4.0-release
Browse files Browse the repository at this point in the history
@ #35 | should release v0.4.0
  • Loading branch information
hoatle committed Feb 17, 2020
2 parents c9d4a34 + c04bd9b commit dcc7b28
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
Change Log
==========

[v0.4.0][] (2019-02-18)
-----------------------

- Features:
+ Allow to override the name of the header #34

- Improvements:
+ docs updated with flask_jwt #27
+ should update CI/CD to test httpie versions >= 1.0.0 #36

Details: https://github.com/teracyhq/httpie-jwt-auth/milestone/5?closed=1


[v0.3.0][] (2017-03-21)
-----------------------

Expand Down Expand Up @@ -50,3 +63,4 @@ Release the first milestone
[v0.2.0]: https://github.com/teracyhq/httpie-jwt-auth/issues?q=milestone%3A0.2.0+is%3Aclosed
[v0.2.1]: https://github.com/teracyhq/httpie-jwt-auth/issues?q=milestone%3A0.2.1+is%3Aclosed
[v0.3.0]: https://github.com/teracyhq/httpie-jwt-auth/milestone/3?closed=1
[v0.4.0]: https://github.com/teracyhq/httpie-jwt-auth/milestone/5?closed=1
2 changes: 1 addition & 1 deletion httpie_jwt_auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

from httpie.plugins import AuthPlugin

__version__ = '0.4.0-dev0'
__version__ = '0.4.0'
__author__ = 'hoatle'
__license__ = 'BSD'

Expand Down

0 comments on commit dcc7b28

Please sign in to comment.