diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d89b14..e96bd70 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,38 @@ -# Change Log +## 1.1.0 (2023-12-20) -## [1.0.0] - 2023-07-28 +### Feat -### Added +- add a 'release-promotion' action -- `mark_as_shipped` transforms for marking a release in Ship-It as shipped +## 1.0.2 (2023-12-08) + +### Fix + +- upgrade to Taskgraph 7.0.0 + +## 1.0.1 (2023-09-19) + +### Feat + +- **shipit**: add shipit mark_as_shipped transforms and worker-type + +### Fix + +- mark compatible with Taskgraph 6.x + +## 0.1.1 (2023-06-21) + +### Fix + +- add missing __init__.py files + +## 0.1.0 (2023-06-21) + +### Feat + +- add 'release_artifacts' transforms +- create initial scaffolding for mozilla-taskgraph + +### Fix + +- use proper module name in setup.py