From 0c44d5be4328f9bd4ef384db0869262b738dc47d Mon Sep 17 00:00:00 2001 From: Tim Schindler Date: Mon, 23 Mar 2020 17:56:44 +0100 Subject: [PATCH] release v0.2.0 (#27) --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 25c5b4a4..101262f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] + + +## [0.2.0] 2020-03-23 + ### Changed - Switch from dep to Go modules. @@ -24,5 +28,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 -[Unreleased]: https://github.com/giantswarm/exporterkit/compare/v0.1.0...HEAD +[Unreleased]: https://github.com/giantswarm/exporterkit/compare/v0.2.0...HEAD +[0.2.0]: https://github.com/giantswarm/exporterkit/compare/v0.1.0...v0.2.0 [0.1.0]: https://github.com/giantswarm/exporterkit/releases/tag/v0.1.0