Skip to content

Commit d175ab9

Browse files
committed
Bumps version to 2.5.5.
1 parent 8babe32 commit d175ab9

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/)
66
and this project adheres to [Semantic Versioning](http://semver.org/).
77

8+
## [2.5.5] - 2024-04-10
9+
10+
### Changed
11+
12+
- getAssetMetadata core implementation is now virtual.
13+
- RMRKTokenHolder methods are made public instead of external.
14+
815
## [2.5.4] - 2024-03-21
916

1017
### Changed

contracts/RMRK/core/RMRKCore.sol

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ pragma solidity ^0.8.21;
99
* @dev This is currently just a passthrough contract which allows for granular editing of base-level ERC721 functions.
1010
*/
1111
contract RMRKCore {
12-
string private constant _VERSION = "2.5.4";
12+
string private constant _VERSION = "2.5.5";
1313
bytes4 private constant _RMRK_INTERFACE = 0x524D524B; // "RMRK" in ASCII hex
1414

1515
/**

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rmrk-team/evm-contracts",
3-
"version": "2.5.4",
3+
"version": "2.5.5",
44
"license": "Apache-2.0",
55
"files": [
66
"contracts/RMRK/*",

0 commit comments

Comments
 (0)