From 281550b71c3df9a83e6b80ceefc700852c287570 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 6 Jun 2023 22:40:02 -0300 Subject: [PATCH] Release v4.9.1 (#4321) Co-authored-by: github-actions[bot] Co-authored-by: Francisco --- .changeset/swift-bags-divide.md | 5 ----- CHANGELOG.md | 4 ++++ contracts/governance/Governor.sol | 2 +- contracts/package.json | 2 +- package.json | 2 +- 5 files changed, 7 insertions(+), 8 deletions(-) delete mode 100644 .changeset/swift-bags-divide.md diff --git a/.changeset/swift-bags-divide.md b/.changeset/swift-bags-divide.md deleted file mode 100644 index 9af63e98e3c..00000000000 --- a/.changeset/swift-bags-divide.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'openzeppelin-solidity': patch ---- - -`Governor`: Add a mechanism to restrict the address of the proposer using a suffix in the description. diff --git a/CHANGELOG.md b/CHANGELOG.md index b3b25ac5b6a..ca11eb87650 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Changelog +## 4.9.1 (2023-06-07) + +- `Governor`: Add a mechanism to restrict the address of the proposer using a suffix in the description. + ## 4.9.0 (2023-05-23) - `ReentrancyGuard`: Add a `_reentrancyGuardEntered` function to expose the guard status. ([#3714](https://github.com/OpenZeppelin/openzeppelin-contracts/pull/3714)) diff --git a/contracts/governance/Governor.sol b/contracts/governance/Governor.sol index 9dda05e0b0b..e6fe2228f3c 100644 --- a/contracts/governance/Governor.sol +++ b/contracts/governance/Governor.sol @@ -1,5 +1,5 @@ // SPDX-License-Identifier: MIT -// OpenZeppelin Contracts (last updated v4.9.0) (governance/Governor.sol) +// OpenZeppelin Contracts (last updated v4.9.1) (governance/Governor.sol) pragma solidity ^0.8.0; diff --git a/contracts/package.json b/contracts/package.json index 4d0f576bbd4..4711a6b3f56 100644 --- a/contracts/package.json +++ b/contracts/package.json @@ -1,7 +1,7 @@ { "name": "@openzeppelin/contracts", "description": "Secure Smart Contract library for Solidity", - "version": "4.9.0", + "version": "4.9.1", "files": [ "**/*.sol", "/build/contracts/*.json", diff --git a/package.json b/package.json index c96956a3275..500b0582f6e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "openzeppelin-solidity", "description": "Secure Smart Contract library for Solidity", - "version": "4.9.0", + "version": "4.9.1", "files": [ "/contracts/**/*.sol", "/build/contracts/*.json",