From 8ea99a7aed537121231b71169effb6879ca402a1 Mon Sep 17 00:00:00 2001 From: Ryan Bobrowski <93342080+rbob86@users.noreply.github.com> Date: Fri, 23 Aug 2024 11:11:13 -0400 Subject: [PATCH] chore(master): release 0.4.1 --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2be0b23..c6b6890 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.4.1](https://github.com/looker-open-source/henry/compare/v0.4.0...v0.4.1) (2024-08-23) + + +### Bug Fixes + +* display appropriate output when no repo found for project ([955bb57](https://github.com/looker-open-source/henry/commit/955bb57704c186c9762787f42da4af94c1de0bd4)) +* display appropriate output when project does not exist in development mode (edge case) ([a7122ad](https://github.com/looker-open-source/henry/commit/a7122ad40686338d812251024acdc652bc84216d)) + ## [0.4.0](https://github.com/looker-open-source/henry/compare/v0.3.0...v0.4.0) (2024-08-19)