diff --git a/CHANGELOG.md b/CHANGELOG.md index 92c177a9..bc10aa84 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [v1.3.1](https://github.com/k1LoW/runn/compare/v1.3.0...v1.3.1) - 2026-02-03 +### Other Changes +- chore(deps): bump the dependencies group with 6 updates by @dependabot[bot] in https://github.com/k1LoW/runn/pull/1378 +- chore(deps): bump the dependencies group with 4 updates by @dependabot[bot] in https://github.com/k1LoW/runn/pull/1380 +- chore(deps): bump the dependencies group across 1 directory with 5 updates by @dependabot[bot] in https://github.com/k1LoW/runn/pull/1382 + ## [v1.3.0](https://github.com/k1LoW/runn/compare/v1.2.0...v1.3.0) - 2026-01-18 ### New Features 🎉 - feat: Add hash built-in function (SHA256, SHA512) by @k2tzumi in https://github.com/k1LoW/runn/pull/1376 diff --git a/version/version.go b/version/version.go index 3f045752..ef6ddb78 100644 --- a/version/version.go +++ b/version/version.go @@ -2,4 +2,4 @@ package version const Name string = "runn" -var Version = "1.3.0" //nostyle:repetition +var Version = "1.3.1" //nostyle:repetition