diff --git a/CHANGELOG.md b/CHANGELOG.md index 85e2f21c2..606d25059 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ 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/). +## v10.0.7 - 2018-08-20 + +* Change name and logic of normalizeAuthError method #566 [amdomanska] +* Report authentication errors more accurately #566 [Tim Perry] + ## v10.0.6 - 2018-08-17 * Add support for 'all' in logs requests #556 [Tim Perry] diff --git a/package.json b/package.json index 04ba5852f..0711a6d52 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "resin-sdk", - "version": "10.0.6", + "version": "10.0.7", "description": "The Resin.io JavaScript SDK", "main": "build/resin.js", "types": "typings/resin-sdk.d.ts",