From 8d7cb15807eb1ea1a0e939d7d74bab8441e473c3 Mon Sep 17 00:00:00 2001 From: cckelly21 Date: Wed, 7 Nov 2018 12:53:07 -0500 Subject: [PATCH] chore(release): 0.4.2 :tada: --- CHANGELOG.md | 4 +++- package.json | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 27d43ff..ee1bc88 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,12 @@ -## [0.4.1](https://github.com/AraBlocks/ara-contracts/compare/0.3.0...0.4.1) (2018-11-07) +## [0.4.2](https://github.com/AraBlocks/ara-contracts/compare/0.3.0...0.4.2) (2018-11-07) ### Bug Fixes * issue [#85](https://github.com/AraBlocks/ara-contracts/issues/85) ([614ec5d](https://github.com/AraBlocks/ara-contracts/commit/614ec5d)) * **storage.js:** remove storage falsy checks ([8bd3ced](https://github.com/AraBlocks/ara-contracts/commit/8bd3ced)) +* pass in owner still for allowance, bump ara-identity to 0.30.x ([b152283](https://github.com/AraBlocks/ara-contracts/commit/b152283)) +* remove owner being passed into ara-util.validate ([7cd9aad](https://github.com/AraBlocks/ara-contracts/commit/7cd9aad)) ### Features diff --git a/package.json b/package.json index a8940c0..943d47b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ara-contracts", - "version": "0.4.1", + "version": "0.4.2", "description": "Ara Contract Module - DCDN and AFS blockchain integration.", "main": "index.js", "bin": {