diff --git a/CHANGELOG.md b/CHANGELOG.md index 42dede2..d8e8fe6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.5.1] + +### Added + +- Add support for `admin`, `maintain` and `triage` repositories permissions + ## [0.5.0] ### Added @@ -95,11 +101,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.0...HEAD -[0.5.0]: https://github.com/mineiros-io/terraform-github-team/compare/v0.4.0...v0.5.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 +[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 [0.3.0]: https://github.com/mineiros-io/terraform-github-team/compare/v0.2.0...v0.3.0