Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update changelog #105

Merged
merged 1 commit into from
Dec 18, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ All notable changes to this project will be documented in this file.

The format is based on [Common Changelog](https://common-changelog.org).

[1.1.8]: https://github.com/valory-xyz/autonolas-governance/compare/v1.1.7-post-internal-audit...v1.1.8
[1.1.7]: https://github.com/valory-xyz/autonolas-governance/compare/v1.1.6...v1.1.7-post-internal-audit
[1.1.6]: https://github.com/valory-xyz/autonolas-governance/compare/v1.1.5-pre-audit...v1.1.6
[1.1.5]: https://github.com/valory-xyz/autonolas-governance/compare/v1.1.4...v1.1.5
Expand All @@ -14,6 +15,13 @@ The format is based on [Common Changelog](https://common-changelog.org).
[1.0.1]: https://github.com/valory-xyz/autonolas-governance/compare/v1.0.0...v1.0.1
[1.0.0]: https://github.com/valory-xyz/autonolas-governance/releases/tag/v1.0.0

## [v1.1.8] - 2023-12-18
- Updated the implementation of `GuardCM` contract for community multisig (CM) guard ([#101](https://github.com/valory-xyz/autonolas-governance/pull/101/files))
- Updated documentation
- Tests coverage
- Refactor `GuardCM` contract ([#104](https://github.com/valory-xyz/autonolas-governance/pull/104)) reacting to the internal audit ([audit8](https://github.com/valory-xyz/autonolas-governance/tree/main/audits/internal8))


## [v1.1.7-post-internal-audit] - 2023-11-30
- Created and deployed ERC20 token bridging contracts to Polygon mumbai and Ethereum goerli testnets ([#95](https://github.com/valory-xyz/autonolas-governance/pull/95))
- Updated documentation and deployment scripts
Expand Down
Loading