Skip to content

Commit 0457042

Browse files
committed
4.8.1
1 parent 1dfccff commit 0457042

File tree

8 files changed

+9
-9
lines changed

8 files changed

+9
-9
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## 4.8.1
3+
## 4.8.1 (2023-01-13)
44

55
* `ERC4626`: Use staticcall instead of call when fetching underlying ERC-20 decimals. ([#3943](https://github.com/OpenZeppelin/openzeppelin-contracts/pull/3943))
66

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.8.0",
4+
"version": "4.8.1",
55
"files": [
66
"**/*.sol",
77
"/build/contracts/*.json",

contracts/proxy/utils/Initializable.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.8.0) (proxy/utils/Initializable.sol)
2+
// OpenZeppelin Contracts (last updated v4.8.1) (proxy/utils/Initializable.sol)
33

44
pragma solidity ^0.8.2;
55

contracts/token/ERC20/extensions/ERC20Votes.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.8.0) (token/ERC20/extensions/ERC20Votes.sol)
2+
// OpenZeppelin Contracts (last updated v4.8.1) (token/ERC20/extensions/ERC20Votes.sol)
33

44
pragma solidity ^0.8.0;
55

contracts/token/ERC20/extensions/ERC4626.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.8.0) (token/ERC20/extensions/ERC4626.sol)
2+
// OpenZeppelin Contracts (last updated v4.8.1) (token/ERC20/extensions/ERC4626.sol)
33

44
pragma solidity ^0.8.0;
55

contracts/utils/Checkpoints.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.8.0) (utils/Checkpoints.sol)
2+
// OpenZeppelin Contracts (last updated v4.8.1) (utils/Checkpoints.sol)
33
// This file was procedurally generated from scripts/generate/templates/Checkpoints.js.
44

55
pragma solidity ^0.8.0;

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.8.0",
4+
"version": "4.8.1",
55
"files": [
66
"/contracts/**/*.sol",
77
"/build/contracts/*.json",

0 commit comments

Comments
 (0)