From 0914e52c0a65680c0b550858fa179053cca4625c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 1 Jul 2025 16:50:37 +0000 Subject: [PATCH] chore(main): release 0.3.0 --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ddb135..03bd6de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [0.3.0](https://github.com/masterpointio/terraform-googleworkspace-users-groups-automation/compare/v0.2.0...v0.3.0) (2025-07-01) + + +### Features + +* revised tests while writing article about the tests we added in this module ([#15](https://github.com/masterpointio/terraform-googleworkspace-users-groups-automation/issues/15)) ([933242a](https://github.com/masterpointio/terraform-googleworkspace-users-groups-automation/commit/933242a5d69401ea097f3b9f29894091f0581f5f)) + + +### Bug Fixes + +* docs, add python script I used in debugging the MP setup ([#12](https://github.com/masterpointio/terraform-googleworkspace-users-groups-automation/issues/12)) ([83b9747](https://github.com/masterpointio/terraform-googleworkspace-users-groups-automation/commit/83b97477533b31d3671127f68b2a4296a8cd39a0)) +* docs, polish readme to include user custom_schemas for the SSO setup ([#10](https://github.com/masterpointio/terraform-googleworkspace-users-groups-automation/issues/10)) ([94a6ecb](https://github.com/masterpointio/terraform-googleworkspace-users-groups-automation/commit/94a6ecb9dc86f60c66490b939947f4584c3bfef4)) +* leverage cursor to fix spelling/grammar ([#13](https://github.com/masterpointio/terraform-googleworkspace-users-groups-automation/issues/13)) ([9b9112a](https://github.com/masterpointio/terraform-googleworkspace-users-groups-automation/commit/9b9112a2d3ff0f3d415813a8b4de11cefcab56a9)) + ## [0.2.0](https://github.com/masterpointio/terraform-googleworkspace-users-groups-automation/compare/v0.1.0...v0.2.0) (2025-06-06)