diff --git a/CHANGELOG.md b/CHANGELOG.md index d3541180..1a66b66f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [v0.127.1](/~https://github.com/k1LoW/runn/compare/v0.127.0...v0.127.1) - 2025-01-11 +### Fix bug 🐛 +- Fix loadt stucked by @k1LoW in /~https://github.com/k1LoW/runn/pull/1150 + ## [v0.127.0](/~https://github.com/k1LoW/runn/compare/v0.126.1...v0.127.0) - 2025-01-10 ### Breaking Changes 🛠 - If loop.count <= 0, skip step. by @k1LoW in /~https://github.com/k1LoW/runn/pull/1145 diff --git a/version/version.go b/version/version.go index 754626e5..bdfa3b4e 100644 --- a/version/version.go +++ b/version/version.go @@ -2,4 +2,4 @@ package version const Name string = "runn" -var Version = "0.127.0" //nostyle:repetition +var Version = "0.127.1" //nostyle:repetition