Skip to content

Commit 3fd9eb8

Browse files
Prepare Release (#555)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Eric Lau <[email protected]>
1 parent 13863af commit 3fd9eb8

File tree

4 files changed

+10
-15
lines changed

4 files changed

+10
-15
lines changed

.changeset/good-stars-report.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/refactor-upgradeable-functions.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

packages/core/solidity/CHANGELOG.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,22 @@
11
# Changelog
22

33

4+
## 0.5.6 (2025-05-21)
5+
6+
- `MultisigERC7913`: Add `onlyEntryPointOrSelf` modifier to public configuration functions. ([#554](https://github.com/OpenZeppelin/contracts-wizard/pull/554))
7+
- Use `onlyGovernance` to restrict upgrades for Governor with UUPS ([#544](https://github.com/OpenZeppelin/contracts-wizard/pull/544))
8+
- **Potentially breaking changes**:
9+
- Governor with UUPS: `_authorizeUpgrade` function is restricted by `onlyGovernance` instead of `onlyOwner`
10+
411
## 0.5.5 (2025-05-13)
512

613
- Add `account` contract types for ERC-4337. ([#486](https://github.com/OpenZeppelin/contracts-wizard/pull/486), [#523](https://github.com/OpenZeppelin/contracts-wizard/pull/523), [#527](https://github.com/OpenZeppelin/contracts-wizard/pull/527))
714
- Use unicode syntax for strings with non-ASCII characters ([#476](https://github.com/OpenZeppelin/contracts-wizard/pull/476))
815
- Remove redundant overrides in Governor. ([#522](https://github.com/OpenZeppelin/contracts-wizard/pull/522))
916
- Simplify Community Contracts imports. ([#537](https://github.com/OpenZeppelin/contracts-wizard/pull/537))
1017
- **Potentially breaking changes**:
11-
- Update pragma versions to 0.8.27. ([#486](https://github.com/OpenZeppelin/contracts-wizard/pull/486))
12-
- Changes import path format for `@openzeppelin/community-contracts`. ([#537](https://github.com/OpenZeppelin/contracts-wizard/pull/537))
18+
- Update pragma versions to 0.8.27. ([#486](https://github.com/OpenZeppelin/contracts-wizard/pull/486))
19+
- Changes import path format for `@openzeppelin/community-contracts`. ([#537](https://github.com/OpenZeppelin/contracts-wizard/pull/537))
1320

1421
## 0.5.4 (2025-04-01)
1522

packages/core/solidity/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openzeppelin/wizard",
3-
"version": "0.5.5",
3+
"version": "0.5.6",
44
"description": "A boilerplate generator to get started with OpenZeppelin Contracts",
55
"license": "AGPL-3.0-only",
66
"repository": "https://github.com/OpenZeppelin/contracts-wizard",

0 commit comments

Comments
 (0)