diff --git a/.cz.toml b/.cz.toml index 020841e..e4c7ac5 100644 --- a/.cz.toml +++ b/.cz.toml @@ -2,5 +2,5 @@ name = "cz_conventional_commits" tag_format = "v$version" version_scheme = "semver" -version = "1.2.5" +version = "1.2.6" update_changelog_on_bump = true diff --git a/CHANGELOG.md b/CHANGELOG.md index 2aaa7c0..bcd91f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## v1.2.6 (2024-05-31) + +### Fix + +- **actions**: update version bumping to release new script +- potential goroutine leaks on ReadRows (#57) +- **github-actions**: Add org pat as auth for push (#53) + ## v1.2.5 (2023-01-25) ### Fix