diff --git a/CHANGELOG.md b/CHANGELOG.md index 37bb296..2089ad7 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.2.3 - 2023-10-06 +#### Bug Fixes +- release was using wrong target/path - (8196a98) - Ezekiel Warren + +- - - + ## 0.2.2 - 2023-10-06 #### Features - build subcommand (#13) - (7ec3f04) - Ezekiel Warren diff --git a/MODULE.bazel b/MODULE.bazel index 67505ac..1c1d309 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -1,6 +1,6 @@ module( name = "ecsact_cli", - version = "0.2.2", + version = "0.2.3", compatibility_level = 2, )