From a065f75da7c9ce18b6706266c35b974c51f6957a Mon Sep 17 00:00:00 2001 From: Soren Martius Date: Thu, 23 Jul 2020 13:19:07 +0200 Subject: [PATCH] Prepare the v0.4.2 release. --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index feeda874..4acf6b64 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [0.4.2] - 2020-06-23 ### Added - Add `CHANGELOG.md`. ### Changed @@ -108,7 +110,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - This is the initial release of our GitHub Repository module with support for creating and managing GitHub Repositories for Organizations. -[Unreleased]: https://github.com/mineiros-io/terraform-github-repository/compare/v0.4.1...HEAD + +[Unreleased]: https://github.com/mineiros-io/terraform-github-repository/compare/v0.4.2...HEAD +[0.4.2]: https://github.com/mineiros-io/terraform-github-repository/compare/v0.4.1...v0.4.2 + [0.4.1]: https://github.com/mineiros-io/terraform-github-repository/compare/v0.4.0...v0.4.1 [0.4.0]: https://github.com/mineiros-io/terraform-github-repository/compare/v0.3.1...v0.4.0 [0.3.1]: https://github.com/mineiros-io/terraform-github-repository/compare/v0.3.0...v0.3.1