Skip to content

Commit 4f7047c

Browse files
Release v4.9.0 (rc) (#4243)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent a43069e commit 4f7047c

File tree

5 files changed

+8
-3
lines changed

5 files changed

+8
-3
lines changed

.changeset/pre.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
"healthy-squids-stare",
2121
"lemon-dogs-kiss",
2222
"little-kiwis-ring",
23+
"loud-wolves-promise",
2324
"lovely-dragons-appear",
2425
"modern-games-exist",
2526
"new-ways-own",

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Changelog
22

33

4+
## 4.9.0-rc.1 (2023-05-12)
5+
6+
- `AccessControlDefaultAdminRules`: Clean up pending admin schedule on renounce. ([#4243](https://github.com/OpenZeppelin/openzeppelin-contracts/pull/4243))
7+
48
## 4.9.0-rc.0 (2023-05-09)
59

610
- `ReentrancyGuard`: Add a `_reentrancyGuardEntered` function to expose the guard status. ([#3714](https://github.com/OpenZeppelin/openzeppelin-contracts/pull/3714))

contracts/access/AccessControlDefaultAdminRules.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// SPDX-License-Identifier: MIT
2-
// OpenZeppelin Contracts (last updated v4.9.0-rc.0) (access/AccessControlDefaultAdminRules.sol)
2+
// OpenZeppelin Contracts (last updated v4.9.0-rc.1) (access/AccessControlDefaultAdminRules.sol)
33

44
pragma solidity ^0.8.0;
55

contracts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@openzeppelin/contracts",
33
"description": "Secure Smart Contract library for Solidity",
4-
"version": "4.9.0-rc.0",
4+
"version": "4.9.0-rc.1",
55
"files": [
66
"**/*.sol",
77
"/build/contracts/*.json",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "openzeppelin-solidity",
33
"description": "Secure Smart Contract library for Solidity",
4-
"version": "4.9.0-rc.0",
4+
"version": "4.9.0-rc.1",
55
"files": [
66
"/contracts/**/*.sol",
77
"/build/contracts/*.json",

0 commit comments

Comments
 (0)