aboutsummaryrefslogtreecommitdiffstats
path: root/packages/utils/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'packages/utils/CHANGELOG.md')
-rw-r--r--packages/utils/CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/packages/utils/CHANGELOG.md b/packages/utils/CHANGELOG.md
index b94e2ccee..1c66cac85 100644
--- a/packages/utils/CHANGELOG.md
+++ b/packages/utils/CHANGELOG.md
@@ -1,5 +1,9 @@
# CHANGELOG
+## v0.3.1 - _February 9, 2018_
+
+ * Fix publishing issue where .npmignore was not properly excluding undesired content (#389)
+
## v0.3.0 - _February 5, 2018_
* Fix a bug related to event signature collisions (argument indexes aren't included in event signatures) in the abi_decoder. The decoder used to throw on unknown events with identical signatures as a known event (except indexes). (#366)