From 2cec92b7325b7a5e2d21483cb4773aa3b1a89514 Mon Sep 17 00:00:00 2001 From: Gabriel Sanches Date: Tue, 13 Feb 2018 02:51:03 -0200 Subject: [PATCH] Update changelog (and fix it) --- CHANGELOG.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2dbbb17..c146463 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +4,12 @@ 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.3.0] - 2018-02-13 +### Changed +- Package structure. + ### Removed - Additional packages (`jwtcrypto` and `jwtutil`). -- Reshape package. ## [0.2.0] - 2018-02-06 ### Added @@ -34,5 +36,5 @@ 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.2.0...HEAD +[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