diff --git a/CHANGELOG.md b/CHANGELOG.md index 3957c0ef0..a5c256b62 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/). +## v8.2.8 - 2018-09-07 + +* Update dependencies [Pagan Gazzard] + ## v8.2.7 - 2018-09-06 * Use a default message for any database errors not explicitly rewritten [Pagan Gazzard] diff --git a/package.json b/package.json index e125bfecc..4c8569af0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@resin/pinejs", - "version": "8.2.7", + "version": "8.2.8", "main": "out/server-glue/module", "repository": "git@github.com:resin-io/pinejs.git", "license": "Apache-2.0",