diff --git a/CHANGELOG.md b/CHANGELOG.md index 4eb7480..a7813ab 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.1.7 - 2024-10-26 +#### Features +- concurrency support (#41) - (5236dab) - Ezekiel Warren + +- - - + ## 0.1.6 - 2024-10-25 #### Bug Fixes - correctly call stream toggle in wasm binding (#71) - (37db438) - Ezekiel Warren diff --git a/MODULE.bazel b/MODULE.bazel index 6132e68..6a85c9d 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -1,6 +1,6 @@ module( name = "ecsact_si_wasm", - version = "0.1.6", + version = "0.1.7", compatibility_level = 1, )