From a82c17a4507f7ae68234128211d726f7853fb3d3 Mon Sep 17 00:00:00 2001 From: Gabriel Sanches Date: Mon, 12 Mar 2018 13:01:19 -0300 Subject: [PATCH] Update the changelog for release --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0cee416..195d7fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. @@ -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