diff --git a/CHANGELOG.md b/CHANGELOG.md index 5974d41f..2c3fa98c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ 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/). +## v7.3.3 - 2018-04-17 + +* Don't report lots of user input errors #861 [Tim Perry] +* Include Sentry breadcrumbs for context in error reports #861 [Tim Perry] +* Update to Sentry 2.x #861 [Tim Perry] + ## v7.3.2 - 2018-04-16 * Update Dockerode to fix local push issue in standalone builds #862 [Tim Perry] diff --git a/package.json b/package.json index 6ddf0b89..f0280809 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "resin-cli", - "version": "7.3.2", + "version": "7.3.3", "description": "The official resin.io CLI tool", "main": "./build/actions/index.js", "homepage": "https://github.com/resin-io/resin-cli",