diff --git a/CHANGELOG.md b/CHANGELOG.md index 7591c0a3..58ac22d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## v1.2.1 - 2017-12-06 + +### Fixes + +- Fix handling of temporary read/write errors +- Don't send initial Mixpanel events before "Anonymous Tracking" settings are loaded +- Fix verification step reading from the cache + ## v1.2.0 - 2017-11-22 ### Features diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index dc5638d0..58df4e85 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "etcher", - "version": "1.2.0", + "version": "1.2.1", "dependencies": { "@types/angular": { "version": "1.6.17", diff --git a/package.json b/package.json index fb233e46..b76912b9 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "etcher", "displayName": "Etcher", - "version": "1.2.0", + "version": "1.2.1", "packageType": "local", "updates": { "enabled": true, diff --git a/screenshot.png b/screenshot.png index e9c21109..f8a45de6 100644 Binary files a/screenshot.png and b/screenshot.png differ