From 94b30061a4ec73dd12be78c51febdbd1c978057a Mon Sep 17 00:00:00 2001 From: Owen Cabalceta Date: Fri, 7 Oct 2022 12:08:50 -0400 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a21ac9b..ded430f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,9 @@ 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] -- Patch failing docker image, fix linter issues, fix breaking changes [#104](https://github.com/xmidt-org/themis/pull/104) + +## [v0.4.9] +- Patch failing docker image, fix linter issues, fix breaking unit tests & changes [#104](https://github.com/xmidt-org/themis/pull/104) ## [v0.4.8] - Migrated to github.com/golang-jwt/jwt to address a security vulnerability. [#78](https://github.com/xmidt-org/themis/pull/78) @@ -119,7 +121,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Integrated health via InvisionApp/go-health - Converted to a go module: github.com/xmidt-org/themis -[Unreleased]: https://github.com/xmidt-org/themis/compare/v0.4.8...HEAD +[Unreleased]: https://github.com/xmidt-org/themis/compare/v0.4.9...HEAD +[v0.4.8]: https://github.com/xmidt-org/themis/compare/v0.4.8...v0.4.9 [v0.4.8]: https://github.com/xmidt-org/themis/compare/v0.4.7...v0.4.8 [v0.4.7]: https://github.com/xmidt-org/themis/compare/v0.4.6...v0.4.7 [v0.4.6]: https://github.com/xmidt-org/themis/compare/v0.4.5...v0.4.6