From 8800519c7d7637acbac86df439c6627c138bd010 Mon Sep 17 00:00:00 2001 From: Soren Martius Date: Sat, 5 Jun 2021 12:56:54 +0200 Subject: [PATCH] chore: prepare v0.5.2 release --- CHANGELOG.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d8e8fe6..1c676f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.5.2] + +### Fixed + +- Fix the bug where `repo_maintain` uses `repo_admin` to set maintain + permissions and `repo_triage` uses `repo_push` to set triage permissions + ## [0.5.1] ### Added @@ -101,11 +108,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 -[unreleased]: https://github.com/mineiros-io/terraform-github-team/compare/v0.5.1...HEAD -[0.5.1]: https://github.com/mineiros-io/terraform-github-team/compare/v0.5.0...v0.5.1 +[unreleased]: https://github.com/mineiros-io/terraform-github-team/compare/v0.5.2...HEAD +[0.5.2]: https://github.com/mineiros-io/terraform-github-team/compare/v0.5.1...v0.5.2 +[0.5.1]: https://github.com/mineiros-io/terraform-github-team/compare/v0.5.0...v0.5.1 [0.5.0]: https://github.com/mineiros-io/terraform-github-team/compare/v0.4.0...v0.5.0 [0.4.0]: https://github.com/mineiros-io/terraform-github-team/compare/v0.3.1...v0.4.0 [0.3.1]: https://github.com/mineiros-io/terraform-github-team/compare/v0.3.0...v0.3.1