diff --git a/.changes/unreleased/Added-20231006-101336.yaml b/.changes/unreleased/Added-20231006-101336.yaml deleted file mode 100644 index 38f168f8..00000000 --- a/.changes/unreleased/Added-20231006-101336.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: Added -body: Add new resource `commercetools_product_selection` -time: 2023-10-06T10:13:36.623208+02:00 diff --git a/.changes/unreleased/Added-20231006-101428.yaml b/.changes/unreleased/Added-20231006-101428.yaml deleted file mode 100644 index a8179ab4..00000000 --- a/.changes/unreleased/Added-20231006-101428.yaml +++ /dev/null @@ -1,4 +0,0 @@ -kind: Added -body: Add property `product_selection` to `commercetools_store` for binding product - selections to stores -time: 2023-10-06T10:14:28.997358+02:00 diff --git a/.changes/v1.12.0.md b/.changes/v1.12.0.md new file mode 100644 index 00000000..57ff3a2f --- /dev/null +++ b/.changes/v1.12.0.md @@ -0,0 +1,4 @@ +## v1.12.0 - 2023-10-06 +### Added +* Add new resource `commercetools_product_selection` +* Add property `product_selection` to `commercetools_store` for binding product selections to stores diff --git a/CHANGELOG.md b/CHANGELOG.md index 3388627b..d2bdc6b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html), and is generated by [Changie](https://github.com/miniscruff/changie). +## v1.12.0 - 2023-10-06 +### Added +* Add new resource `commercetools_product_selection` +* Add property `product_selection` to `commercetools_store` for binding product selections to stores + ## v1.11.4 - 2023-09-26 ### Fixed * prevented issue with bool valueunknown check @@ -544,15 +549,15 @@ and is generated by [Changie](https://github.com/miniscruff/changie). ### Added - **New resource:** `commercetools_type` -## 0.1.0 (2018-09-14) -### Added -* **New resource:** `commercetools_api_extension` -* **New resource:** `commercetools_subscription` -* **New resource:** `commercetools_project_settings` - ## 0.1.0 (2018-09-14) ### Added * `commercetools_api_extension` * `commercetools_subscription` * `commercetools_project_settings` + +## 0.1.0 (2018-09-14) +### Added +* **New resource:** `commercetools_api_extension` +* **New resource:** `commercetools_subscription` +* **New resource:** `commercetools_project_settings`