Skip to content

Commit 43b8275

Browse files
Transpile 281550b
1 parent 66f390f commit 43b8275

File tree

5 files changed

+7
-8
lines changed

5 files changed

+7
-8
lines changed

.changeset/swift-bags-divide.md

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

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.1 (2023-06-07)
5+
6+
- `Governor`: Add a mechanism to restrict the address of the proposer using a suffix in the description.
7+
48
## 4.9.0 (2023-05-23)
59

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

contracts/governance/GovernorUpgradeable.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) (governance/Governor.sol)
2+
// OpenZeppelin Contracts (last updated v4.9.1) (governance/Governor.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-upgradeable",
33
"description": "Secure Smart Contract library for Solidity",
4-
"version": "4.9.0",
4+
"version": "4.9.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",
4+
"version": "4.9.1",
55
"files": [
66
"/contracts/**/*.sol",
77
"/build/contracts/*.json",

0 commit comments

Comments
 (0)