Skip to content

Commit

Permalink
Merge pull request #83 from ethereumjs/new-release-v070
Browse files Browse the repository at this point in the history
New release v0.6.8
  • Loading branch information
holgerd77 committed Aug 13, 2019
2 parents d700d09 + 849b717 commit 1cfbb13
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion 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": {
Expand Down

0 comments on commit 1cfbb13

Please sign in to comment.