From 30277cccf3c3f6e3451b9b011bcc24ed38c2860c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christopher=20Sch=C3=B6lzel?= Date: Tue, 4 Jan 2022 19:13:00 +0100 Subject: [PATCH] adds changes for 1.1.0 to changelog --- CHANGELOG.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dd001b3..430b79a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,20 @@ nothing nothing +## [1.1.0] - 2022-01-04 + +### Added + +* input variable `working-directory` to work with repositories checked out in a subfolder + +### Changed + +* CI tests are now also run on the branch `dev` in addition to `main` + +### Fixed + +* Makes YAML files fully conform to GitHub Action schema + ## [1.0.0] - 2021-05-25 ### Changed @@ -113,7 +127,8 @@ nothing * changelog, readme and `RELEASE_HEAD.md` -[Unreleased]: https://github.com/CSchoel/release-notes-from-changelog/compare/v1.0.0..HEAD +[Unreleased]: https://github.com/CSchoel/release-notes-from-changelog/compare/v1.1.0..HEAD +[1.1.0]: https://github.com/CSchoel/release-notes-from-changelog/compare/v1.0.0..v1.1.0 [1.0.0]: https://github.com/CSchoel/release-notes-from-changelog/compare/v0.2.1..v1.0.0 [0.2.1]: https://github.com/CSchoel/release-notes-from-changelog/compare/v0.2.0..v0.2.1 [0.2.0]: https://github.com/CSchoel/release-notes-from-changelog/compare/v0.1.9..v0.2.0