diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b974ef..75e0d92 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines. - - - +## 0.4.2 - 2023-09-21 +#### Bug Fixes +- target tool path was incorrect (#28) - (f5d3e50) - Ezekiel Warren + +- - - + ## 0.4.1 - 2023-09-21 #### Features - allow plugin binary label (#27) - (2be7c29) - Ezekiel Warren diff --git a/MODULE.bazel b/MODULE.bazel index 5d0e77d..64e5268 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -1,6 +1,6 @@ module( name = "rules_ecsact", - version = "0.4.1", + version = "0.4.2", compatibility_level = 4, )