diff --git a/CHANGELOG.md b/CHANGELOG.md index f30c8903..06b2b752 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [v0.113.2](https://github.com/k1LoW/runn/compare/v0.113.1...v0.113.2) - 2024-06-20 +### Fix bug 🐛 +- Update bufresolv by @k1LoW in https://github.com/k1LoW/runn/pull/970 + ## [v0.113.1](https://github.com/k1LoW/runn/compare/v0.113.0...v0.113.1) - 2024-06-20 ### Fix bug 🐛 - Fix a bug where runners defined in runner runners could not be used in combination with test runner or dump runner. by @k1LoW in https://github.com/k1LoW/runn/pull/968 diff --git a/version/version.go b/version/version.go index cc259448..86d577de 100644 --- a/version/version.go +++ b/version/version.go @@ -2,4 +2,4 @@ package version const Name string = "runn" -var Version = "0.113.1" //nostyle:repetition +var Version = "0.113.2" //nostyle:repetition