Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Release v1.19.0 #560

Merged
merged 1 commit into from
Jan 10, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .changes/unreleased/Added-20241231-120809.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Dependency-20250101-203948.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Fixed-20241217-190228.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Fixed-20241220-101846.yaml

This file was deleted.

8 changes: 8 additions & 0 deletions .changes/v1.19.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
## v1.19.0 - 2025-01-10
### Added
* Added generic custom field support to all newer resources
### Fixed
* This adds a sorting of the permissions we get from the commercetools API response, so that it's identical to the one from the plan.
* Fixed broken links in documentation
### Dependency
* chore(deps): bump the go group with 3 updates
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
and is generated by [Changie](https://github.com/miniscruff/changie).


## v1.19.0 - 2025-01-10
### Added
* Added generic custom field support to all newer resources
### Fixed
* This adds a sorting of the permissions we get from the commercetools API response, so that it's identical to the one from the plan.
* Fixed broken links in documentation
### Dependency
* chore(deps): bump the go group with 3 updates

## v1.18.1 - 2024-12-04
### Fixed
* Fixed default shipping_method active field
Expand Down