diff --git a/CHANGELOG.md b/CHANGELOG.md index 9025012..9f20a40 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.8.16](https://github.com/yearn/yearn-multisig-ci-scripts/compare/v0.8.15...v0.8.16) (2024-05-30) + + +### Bug Fixes + +* custom multisends ([0e36856](https://github.com/yearn/yearn-multisig-ci-scripts/commit/0e36856549bfa3e6d749d41fa25c4b5e5a7d90af)) + ## [0.8.15](https://github.com/yearn/yearn-multisig-ci-scripts/compare/v0.8.14...v0.8.15) (2024-05-30) diff --git a/pyproject.toml b/pyproject.toml index 6b232c1..0751f31 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "multisig_ci" -version = "0.8.15" +version = "0.8.16" description = "Gnosis safe ci scripts." authors = ["kx9x "] license = "AGPLv3"