Skip to content

Commit 748eef5

Browse files
authored
Merge pull request #457 from labd/release/v1.13.0
Release v1.13.0
2 parents 4472478 + 05aebe7 commit 748eef5

8 files changed

+25
-25
lines changed

.changes/unreleased/Added-20231116-094114.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

.changes/unreleased/Added-20231116-094206.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

.changes/unreleased/Fixed-20231115-103727.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

.changes/unreleased/Fixed-20231115-113250.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

.changes/unreleased/Fixed-20231115-124951.yaml

Lines changed: 0 additions & 4 deletions
This file was deleted.

.changes/unreleased/Fixed-20231116-094149.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

.changes/v1.13.0.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
## v1.13.0 - 2023-11-16
2+
### Added
3+
* update to latest commercetools go sdk
4+
* Code cleanup
5+
### Fixed
6+
* Added additional check for unset values on discount_code resource
7+
* ensure an empty slice is set if subscription messages or changes are removed
8+
* fixed check on project ExternalOAuth setting when processing state and plan differences
9+
* Updated deprecated code

CHANGELOG.md

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,16 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
66
and is generated by [Changie](https://github.com/miniscruff/changie).
77

88

9+
## v1.13.0 - 2023-11-16
10+
### Added
11+
* update to latest commercetools go sdk
12+
* Code cleanup
13+
### Fixed
14+
* Added additional check for unset values on discount_code resource
15+
* ensure an empty slice is set if subscription messages or changes are removed
16+
* fixed check on project ExternalOAuth setting when processing state and plan differences
17+
* Updated deprecated code
18+
919
## v1.12.0 - 2023-10-06
1020
### Added
1121
* Add new resource `commercetools_product_selection`
@@ -549,15 +559,15 @@ and is generated by [Changie](https://github.com/miniscruff/changie).
549559
### Added
550560
- **New resource:** `commercetools_type`
551561

562+
## 0.1.0 (2018-09-14)
563+
### Added
564+
* **New resource:** `commercetools_api_extension`
565+
* **New resource:** `commercetools_subscription`
566+
* **New resource:** `commercetools_project_settings`
567+
552568

553569
## 0.1.0 (2018-09-14)
554570
### Added
555571
* `commercetools_api_extension`
556572
* `commercetools_subscription`
557573
* `commercetools_project_settings`
558-
559-
## 0.1.0 (2018-09-14)
560-
### Added
561-
* **New resource:** `commercetools_api_extension`
562-
* **New resource:** `commercetools_subscription`
563-
* **New resource:** `commercetools_project_settings`

0 commit comments

Comments
 (0)