diff --git a/CHANGELOG.md b/CHANGELOG.md index 94749a2d..3c6c9b3d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [v0.127.3](https://github.com/k1LoW/runn/compare/v0.127.2...v0.127.3) - 2025-01-24 +### Other Changes +- fix: Temporarily revert version of goccy/go-json to support data race by @k1LoW in https://github.com/k1LoW/runn/pull/1157 + ## [v0.127.2](https://github.com/k1LoW/runn/compare/v0.127.1...v0.127.2) - 2025-01-20 ### Other Changes - fix: Disable apparmor_restrict_unprivileged_userns on CI by @k1LoW in https://github.com/k1LoW/runn/pull/1154 diff --git a/version/version.go b/version/version.go index f7ba9e04..18d67538 100644 --- a/version/version.go +++ b/version/version.go @@ -2,4 +2,4 @@ package version const Name string = "runn" -var Version = "0.127.2" //nostyle:repetition +var Version = "0.127.3" //nostyle:repetition