diff --git a/CHANGELOG.md b/CHANGELOG.md index 317683e..d7856a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Please add new unreleased features here. -## [3.0.0] - 2019-10-17 +## [3.0.1] - 2019-10-31 :jack_o_lantern: + +### Fixed + +- The logic controlling the interaction bentween the variables `enforce`, `allow`, and `deny`. [#12] + +## [3.0.0] - 2019-10-17 v3.0.0 is a backwards-incompatible release. Please see the [upgrading guide](./docs/upgrading_to_v3.0.md). ### Changed @@ -24,11 +30,13 @@ v3.0.0 is a backwards-incompatible release. Please see the [upgrading guide](./d This is the initial release of the module, with full support for org policy management. -[Unreleased]: https://github.com/terraform-google-modules/terraform-google-org-policy/compare/v3.0.0...HEAD +[Unreleased]: https://github.com/terraform-google-modules/terraform-google-org-policy/compare/v3.0.1...HEAD +[3.0.1]: https://github.com/terraform-google-modules/terraform-google-org-policy/compare/v3.0.0...v3.0.1 [3.0.0]: https://github.com/terraform-google-modules/terraform-google-org-policy/compare/v2.0.0...v3.0.0 [2.0.0]: https://github.com/terraform-google-modules/terraform-google-org-policy/compare/v1.0.0...v2.0.0 [1.0.0]: https://github.com/terraform-google-modules/terraform-google-org-policy/releases/tag/v1.0.0 +[#12]: https://github.com/terraform-google-modules/terraform-google-org-policy/issues/12 [#11]: https://github.com/terraform-google-modules/terraform-google-org-policy/pull/11 [#18]: https://github.com/terraform-google-modules/terraform-google-org-policy/pull/18 [#19]: https://github.com/terraform-google-modules/terraform-google-org-policy/pull/19