diff --git a/CHANGELOG.md b/CHANGELOG.md index 672a565..dfc3aab 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.3.13 - 2024-07-02 +#### Bug Fixes +- ecasct recipe bundle extension check (#113) - (a6304a8) - Austin Kelway + +- - - + ## 0.3.12 - 2024-07-02 #### Features - codegen error reporting (#112) - (39052f0) - Ezekiel Warren diff --git a/MODULE.bazel b/MODULE.bazel index 67fd15b..09e23c6 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -1,6 +1,6 @@ module( name = "ecsact_cli", - version = "0.3.12", + version = "0.3.13", compatibility_level = 3, )