From 790dc90c111f367bdb3c73a01b2d6283ac53d15f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 6 Nov 2024 04:05:16 +0000 Subject: [PATCH] chore(main): release 1.1.1 --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 54a04f7..30027e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.1.1](https://github.com/bscotch/igor-setup/compare/v1.1.0...v1.1.1) (2024-11-06) + + +### Bug Fixes + +* Log error message when the action fails. ([f3fca68](https://github.com/bscotch/igor-setup/commit/f3fca68be6cc23bd3031ae83089431eb4eef6512)), closes [#7](https://github.com/bscotch/igor-setup/issues/7) +* Looking up runtime version from the YYP file should account for whitespace in the `IDEVersion` field. ([f3fca68](https://github.com/bscotch/igor-setup/commit/f3fca68be6cc23bd3031ae83089431eb4eef6512)) + ## [1.1.0](https://github.com/bscotch/igor-setup/compare/v1.0.0...v1.1.0) (2024-10-23)