diff --git a/CHANGELOG.md b/CHANGELOG.md index b206ea1..b69a19a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) (modification: no type change headlines) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## [0.6.8] - 2019-08-13 + +- Added support for arrays in Solidity tight packing `ABI.solidityPack()` + function, PR [#82](https://github.com/ethereumjs/ethereumjs-abi/pull/82) + +[0.6.8]: https://github.com/ethereumjs/ethereumjs-abi/compare/v0.6.7...v0.6.8 + ## [0.6.7] - 2019-03-18 - Added support/CI testing for Node 10, 11, diff --git a/package.json b/package.json index 48f2beb..e19cad2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ethereumjs-abi", - "version": "0.6.7", + "version": "0.6.8", "description": "Decoder and encoder for the Ethereum ABI", "main": "index.js", "dependencies": {