From 251ec40cbafab48d93cd5a44f916b592c3728990 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2020 19:02:15 +0300 Subject: [PATCH] release v1.1.0 (#148) Co-authored-by: github-actions --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 25908df5..fe667f79 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.1.0] - 2020-06-30 + ### Added - Add github workflows. @@ -18,4 +20,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Switch from `dep` to go modules. - Use `architect-orb` `0.9.0`. -[Unreleased]: https://github.com/giantswarm/mayu/tree/master +[Unreleased]: https://github.com/giantswarm/mayu/compare/v1.1.0...HEAD +[1.1.0]: https://github.com/giantswarm/mayu/releases/tag/v1.1.0