From 13839104bbd06a555d9caab5023f696f1ea21c7a Mon Sep 17 00:00:00 2001 From: Resin CI <34882892+balena-ci@users.noreply.github.com> Date: Tue, 30 Apr 2019 19:32:03 +0300 Subject: [PATCH] v2.0.5 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f2918e69..5dc1cee0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY! This project adheres to [Semantic Versioning](http://semver.org/). +## 2.0.5 - 2019-04-30 + +* Fix crc32 digest by padding it to always have 8 hex digits [Alexis Svinartchouk] + ## 2.0.4 - 2019-04-30 * Fix progress in multi-write for gzipped sources [Alexis Svinartchouk] diff --git a/package.json b/package.json index 0a73e07c..26267342 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "etcher-sdk", - "version": "2.0.4", + "version": "2.0.5", "description": "Etcher SDK", "author": "Balena.io Ltd (https://balena.io)", "main": "build/index.js",