From fcf20739f565bdf59d5c52ffb9518528954c5b25 Mon Sep 17 00:00:00 2001 From: Jack Murdock Date: Wed, 2 Dec 2020 14:57:33 -0800 Subject: [PATCH] prepare for v0.2.0 release --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f9a68c2..fc08410 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ 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] + +## [v0.2.0] - updated references to the main branch - improved configuration ability [#2](https://github.com/xmidt-org/go-parodus/pull/2) - bumped webpa-common to v1.11.4 [#3](https://github.com/xmidt-org/go-parodus/pull/3) @@ -16,4 +18,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [v0.1.0] - Initial Creation -[Unreleased]: https://github.com/xmidt-org/go-parodus/compare/v0.1.0...HEAD +[Unreleased]: https://github.com/xmidt-org/go-parodus/compare/v0.2.0...HEAD +[v0.2.0]: https://github.com/xmidt-org/kratos/compare/v0.1.0...v0.2.0 +[v0.1.0]: https://github.com/xmidt-org/kratos/compare/v0.1.0...v0.1.0