diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ea66de0..c1f20b29 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [v0.99.3](https://github.com/k1LoW/runn/compare/v0.99.2...v0.99.3) - 2024-02-23 +### Fix bug 🐛 +- Fix verbose output by @k1LoW in https://github.com/k1LoW/runn/pull/815 + ## [v0.99.2](https://github.com/k1LoW/runn/compare/v0.99.1...v0.99.2) - 2024-02-22 ### New Features 🎉 - Add `runn.kv` for injecting value to running scenarios from external threads. by @k1LoW in https://github.com/k1LoW/runn/pull/814 diff --git a/version/version.go b/version/version.go index 63560beb..69cb8249 100644 --- a/version/version.go +++ b/version/version.go @@ -2,4 +2,4 @@ package version const Name string = "runn" -var Version = "0.99.2" //nostyle:repetition +var Version = "0.99.3" //nostyle:repetition