diff --git a/CHANGELOG.md b/CHANGELOG.md index c50e506..feda7e3 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.7 - 2023-10-24 +#### Bug Fixes +- add missing plugin to recipe data (#34) - (9bede79) - Ezekiel Warren + +- - - + ## 0.4.6 - 2023-10-23 #### Bug Fixes - error with codegen plugin path (#33) - (d717cb1) - Ezekiel Warren diff --git a/MODULE.bazel b/MODULE.bazel index 847ca96..4120a29 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -1,6 +1,6 @@ module( name = "rules_ecsact", - version = "0.4.6", + version = "0.4.7", compatibility_level = 4, )