diff --git a/CHANGELOG.md b/CHANGELOG.md index b31212e07..581bc8d17 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,19 @@ All notable changes to casper-js-sdk. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 2.7.6 + +### Fixed + +- Fixes wrong logic in newTransferWithOptionalTransferId() method. + +## 2.7.5 + +### Fixed + +- Fixes problems with Lists containing multiple Keys containing Hash or ByteArray. +- Fixes problem with ByteArray with size different than 32 bytes. + ## 2.7.4 ### Fixed diff --git a/package-lock.json b/package-lock.json index cee83ac24..88a942c6f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "casper-js-sdk", - "version": "2.7.5", + "version": "2.7.6", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index e4723b414..d6707a869 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "casper-js-sdk", - "version": "2.7.5", + "version": "2.7.6", "license": "Apache 2.0", "description": "SDK to interact with the Casper blockchain", "homepage": "https://github.com/casper-ecosystem/casper-js-sdk#README.md",