File tree 3 files changed +9
-2
lines changed
3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
6
6
and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
7
7
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
+
8
15
## [ 2.5.4] - 2024-03-21
9
16
10
17
### Changed
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ pragma solidity ^0.8.21;
9
9
* @dev This is currently just a passthrough contract which allows for granular editing of base-level ERC721 functions.
10
10
*/
11
11
contract RMRKCore {
12
- string private constant _VERSION = "2.5.4 " ;
12
+ string private constant _VERSION = "2.5.5 " ;
13
13
bytes4 private constant _RMRK_INTERFACE = 0x524D524B ; // "RMRK" in ASCII hex
14
14
15
15
/**
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @rmrk-team/evm-contracts" ,
3
- "version" : " 2.5.4 " ,
3
+ "version" : " 2.5.5 " ,
4
4
"license" : " Apache-2.0" ,
5
5
"files" : [
6
6
" contracts/RMRK/*" ,
You can’t perform that action at this time.
0 commit comments