diff --git a/CHANGELOG.md b/CHANGELOG.md index 38581292..d77ab6a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## [v0.101.4](https://github.com/k1LoW/runn/compare/v0.101.3...v0.101.4) - 2024-04-08 +### Other Changes +- Update README.md by @ebi-yade in https://github.com/k1LoW/runn/pull/857 +- Update go version by @k1LoW in https://github.com/k1LoW/runn/pull/858 + ## [v0.101.3](https://github.com/k1LoW/runn/compare/v0.101.2...v0.101.3) - 2024-04-01 ### Fix bug 🐛 - Fix db result handling by @k1LoW in https://github.com/k1LoW/runn/pull/855 diff --git a/version/version.go b/version/version.go index a7c826e2..143325b6 100644 --- a/version/version.go +++ b/version/version.go @@ -2,4 +2,4 @@ package version const Name string = "runn" -var Version = "0.101.3" //nostyle:repetition +var Version = "0.101.4" //nostyle:repetition