Release v4.9.0 (rc) (#4243)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
pull/4272/head v4.9.0-rc.1
github-actions[bot] 2 years ago committed by GitHub
parent a43069e841
commit 4f7047ceec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      .changeset/pre.json
  2. 4
      CHANGELOG.md
  3. 2
      contracts/access/AccessControlDefaultAdminRules.sol
  4. 2
      contracts/package.json
  5. 2
      package.json

@ -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",

@ -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))

@ -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;

@ -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",

@ -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",

Loading…
Cancel
Save