Release v4.9.0 (rc) (#4243)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2023-05-16 23:45:09 -03:00
committed by GitHub
parent a43069e841
commit 5def0715dc
5 changed files with 8 additions and 3 deletions

View File

@ -20,6 +20,7 @@
"healthy-squids-stare",
"lemon-dogs-kiss",
"little-kiwis-ring",
"loud-wolves-promise",
"lovely-dragons-appear",
"modern-games-exist",
"new-ways-own",

View File

@ -1,6 +1,10 @@
# Changelog
## 4.9.0-rc.1 (2023-05-12)
- `AccessControlDefaultAdminRules`: Clean up pending admin schedule on renounce. ([#4243](https://github.com/OpenZeppelin/openzeppelin-contracts/pull/4243))
## 4.9.0-rc.0 (2023-05-09)
- `ReentrancyGuard`: Add a `_reentrancyGuardEntered` function to expose the guard status. ([#3714](https://github.com/OpenZeppelin/openzeppelin-contracts/pull/3714))

View File

@ -1,5 +1,5 @@
// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts (last updated v4.9.0-rc.0) (access/AccessControlDefaultAdminRules.sol)
// OpenZeppelin Contracts (last updated v4.9.0-rc.1) (access/AccessControlDefaultAdminRules.sol)
pragma solidity ^0.8.0;

View File

@ -1,7 +1,7 @@
{
"name": "@openzeppelin/contracts",
"description": "Secure Smart Contract library for Solidity",
"version": "4.9.0-rc.0",
"version": "4.9.0-rc.1",
"files": [
"**/*.sol",
"/build/contracts/*.json",

View File

@ -1,7 +1,7 @@
{
"name": "openzeppelin-solidity",
"description": "Secure Smart Contract library for Solidity",
"version": "4.9.0-rc.0",
"version": "4.9.0-rc.1",
"files": [
"/contracts/**/*.sol",
"/build/contracts/*.json",