diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e8c6d4b..abba947f 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/). +## 9.3.5 - 2018-11-28 + +* Fix potential dependency security issue [Thodoris Greasidis] + ## 9.3.4 - 2018-11-28 * Update dependencies [Cameron Diver] diff --git a/package.json b/package.json index 96ae5969..f57fce65 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "9.3.4", + "version": "9.3.5", "description": "The official balena CLI tool", "main": "./build/actions/index.js", "homepage": "https://github.com/balena-io/balena-cli",