diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c313cfc..6f1de736 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## [v0.62.4](https://github.com/k1LoW/octocov/compare/v0.62.3...v0.62.4) - 2024-12-19 +### Other Changes +- Update pkgs by @k1LoW in https://github.com/k1LoW/octocov/pull/433 +- chore(deps): bump the dependencies group across 1 directory with 2 updates by @dependabot in https://github.com/k1LoW/octocov/pull/434 + ## [v0.62.3](https://github.com/k1LoW/octocov/compare/v0.62.2...v0.62.3) - 2024-11-27 ### Other Changes - chore(deps): bump github.com/cli/go-gh/v2 from 2.6.0 to 2.11.1 by @dependabot in https://github.com/k1LoW/octocov/pull/426 diff --git a/version/version.go b/version/version.go index a9d250eb..01776066 100644 --- a/version/version.go +++ b/version/version.go @@ -4,4 +4,4 @@ package version const Name string = "octocov" // Version for this. -var Version = "0.62.3" //nostyle:repetition +var Version = "0.62.4" //nostyle:repetition