From 5b98cfc48f1d69d527b343b9b66e421dec33b5f4 Mon Sep 17 00:00:00 2001 From: Andrey Marchenko Date: Tue, 12 Sep 2023 15:17:44 +0200 Subject: [PATCH] Add 0.1.0 to CHANGELOG.md --- CHANGELOG.md | 28 ++++++++++++++++++++++++++-- 1 file changed, 26 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b24adbd..40d9e18a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,30 @@ ## [Unreleased] -## [0.1.0] - TBD +## 0.1.0 - 2023-09-12 -- Initial release +### Added +* Add cucumber 8.0.0 support ([#7][]) +* Docs: contribution documentation ([#14][], [#28][]) +* Dev process: issue templates ([#20][]) + +### Changed + +* Validate customer-supplied git tags ([#15][]) + +### Fixed + +* Fix Datadog::CI::Environment to support the new CI specs ([#11][]) + +### Removed + +* Ruby versions < 2.7 no longer supported ([#8][]) + +[Unreleased]: https://github.com/DataDog/datadog-ci-rb/compare/v0.1.0...main +[#7]: https://github.com/DataDog/datadog-ci-rb/issues/7 +[#8]: https://github.com/DataDog/datadog-ci-rb/issues/8 +[#11]: https://github.com/DataDog/datadog-ci-rb/issues/11 +[#14]: https://github.com/DataDog/datadog-ci-rb/issues/14 +[#15]: https://github.com/DataDog/datadog-ci-rb/issues/15 +[#20]: https://github.com/DataDog/datadog-ci-rb/issues/20 +[#28]: https://github.com/DataDog/datadog-ci-rb/issues/28