diff --git a/CHANGELOG.md b/CHANGELOG.md index d7ab708..6e7068f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.8.4](https://github.com/yearn/yearn-multisig-ci-scripts/compare/v0.8.3...v0.8.4) (2023-11-22) + + +### Bug Fixes + +* update UI URLs ([bd6eef0](https://github.com/yearn/yearn-multisig-ci-scripts/commit/bd6eef09af9a9c367288991f1d0f8a719081ec9e)) + ## [0.8.3](https://github.com/yearn/yearn-multisig-ci-scripts/compare/v0.8.2...v0.8.3) (2023-10-02) diff --git a/pyproject.toml b/pyproject.toml index ab6a19c..3294c5b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "multisig_ci" -version = "0.8.3" +version = "0.8.4" description = "Gnosis safe ci scripts." authors = ["kx9x "] license = "AGPLv3"