Skip to content

Commit

Permalink
Merge branch 'release-0.5.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel Sanches committed Mar 12, 2018
2 parents 24e515a + a82c17a commit fd3b16e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [0.5.0] - 2018-03-12
### Added
- `FromContext` function to extract a JWT object from a context.
- `FromCookie` function to extract a JWT object from a cookie.
Expand Down Expand Up @@ -60,7 +60,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- This package's source code, including examples and tests.
- Go dep files.

[Unreleased]: https://github.com/gbrlsnchs/jwt/compare/v0.4.0...HEAD
[0.5.0]: https://github.com/gbrlsnchs/jwt/compare/v0.4.0...v0.5.0
[0.4.0]: https://github.com/gbrlsnchs/jwt/compare/v0.3.0...v0.4.0
[0.3.0]: https://github.com/gbrlsnchs/jwt/compare/v0.2.0...v0.3.0
[0.2.0]: https://github.com/gbrlsnchs/jwt/compare/v0.1.0...v0.2.0

0 comments on commit fd3b16e

Please sign in to comment.