diff --git a/CHANGELOG.md b/CHANGELOG.md index 74ddbb6..39d3a91 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.5.2 - 2023-09-29 +#### Features +- system notify settings (#196) - (ef9fa96) - Ezekiel Warren + +- - - + ## 0.5.1 - 2023-09-22 #### Miscellaneous Chores - **(deps)** update dependency ecsact_runtime to v0.5.1 (#167) - (bbc6aca) - renovate[bot] diff --git a/MODULE.bazel b/MODULE.bazel index 00a5354..6b96b32 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -1,6 +1,6 @@ module( name = "ecsact_interpret", - version = "0.5.1", + version = "0.5.2", compatibility_level = 5, )