From 28e8735583bea0be180ca91ef8b29f37967b6a18 Mon Sep 17 00:00:00 2001 From: steven2308 Date: Thu, 8 Feb 2024 10:31:01 -0500 Subject: [PATCH] Bumps version to 2.4.4. --- CHANGELOG.md | 6 ++++++ contracts/RMRK/core/RMRKCore.sol | 2 +- package.json | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b069b77f..5bfdbb1a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## [2.4.4] - 2024-02-08 + +### Changed + + - Moves @openzeppelin/contracts from devDependencies to dependencies. + ## [2.4.3] - 2024-01-30 ### Changed diff --git a/contracts/RMRK/core/RMRKCore.sol b/contracts/RMRK/core/RMRKCore.sol index ee55096f..bd7d68ed 100644 --- a/contracts/RMRK/core/RMRKCore.sol +++ b/contracts/RMRK/core/RMRKCore.sol @@ -9,7 +9,7 @@ pragma solidity ^0.8.21; * @dev This is currently just a passthrough contract which allows for granular editing of base-level ERC721 functions. */ contract RMRKCore { - string private constant _VERSION = "2.4.3"; + string private constant _VERSION = "2.4.4"; bytes4 private constant _RMRK_INTERFACE = 0x524D524B; // "RMRK" in ASCII hex /** diff --git a/package.json b/package.json index c0ac6667..480b14e7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@rmrk-team/evm-contracts", - "version": "2.4.3", + "version": "2.4.4", "license": "Apache-2.0", "files": [ "contracts/RMRK/*",