Skip to content

Commit

Permalink
Update packages/contracts/CHANGELOG.md
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Heuer <[email protected]>
  • Loading branch information
clauBv23 and heueristik authored May 7, 2024
1 parent d029456 commit d79caf0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/contracts/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ and this project adheres to the [Aragon OSx Plugin Versioning Convention](https:
- Bumped OpenZepplin to `4.9.6`.
- Used `ProxyLib` from `osx-commons-contracts` for the UUPS proxy deployment in `TokenVotingSetup`.
- Hard-coded the `bytes32 internal constant EXECUTE_PERMISSION_ID` constant in `TokenVotingSetup` until it is available in `PermissionLib`.
- Adjusted `prepareInstallation` in `TokenVotingSetup` to stop granting the `UPGRADE_PLUGIN_PERMISSION_ID` to the Dao.
- Updated `prepareUpdate` function in `TokenVotingSetup` to revoke the `UPGRADE_PLUGIN_PERMISSION_ID` from earlier plugin builds when it was granted.
- Changed the `prepareInstallation` function in `TokenVotingSetup` to not unnecessarily grant the `UPGRADE_PLUGIN_PERMISSION_ID` permission to the installing DAO.
- Changed the `prepareUpdate` function in `TokenVotingSetup` to revoke the previously unnecessarily granted `UPGRADE_PLUGIN_PERMISSION_ID` permission from the installing DAO.

0 comments on commit d79caf0

Please sign in to comment.