Skip to content

Commit 2d081f2

Browse files
Transpile dc44c9f1
1 parent 2492017 commit 2d081f2

File tree

5 files changed

+7
-8
lines changed

5 files changed

+7
-8
lines changed

.changeset/warm-geese-dance.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.6 (2024-02-29)
5+
6+
- `Base64`: Fix issue where dirty memory located just after the input buffer is affecting the result. ([#4929](https://github.com/OpenZeppelin/openzeppelin-contracts/pull/4929))
7+
48
## 4.9.5 (2023-12-08)
59

610
- `Multicall`: Patch duplicated `Address.functionDelegateCall`.

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

contracts/utils/Base64Upgradeable.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.7.0) (utils/Base64.sol)
2+
// OpenZeppelin Contracts (last updated v4.9.6) (utils/Base64.sol)
33

44
pragma solidity ^0.8.0;
55

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

0 commit comments

Comments
 (0)