diff --git a/CHANGELOG.md b/CHANGELOG.md index c50d64a5..ee855a48 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +## [v2.6.8](https://github.com/netlify/build-image/compare/v2.6.7...v2.6.8) - 2018-12-21 + +### Merged + +- Filter less on lingering process filter [`#241`](https://github.com/netlify/build-image/pull/241) + +### Fixed + +- Add filters back [`#346`](https://github.com/netlify/buildbot/issues/346) + +### Commits + +- Remove process filters [`ce1e4bf`](https://github.com/netlify/build-image/commit/ce1e4bf048759c4ddf6d960f1a390b5aa1197304) + ## [v2.6.7](https://github.com/netlify/build-image/compare/v2.6.6...v2.6.7) - 2018-12-08 ### Commits diff --git a/package.json b/package.json index cb1902a2..0fa5f14e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@netlify/build-image", - "version": "2.6.7", + "version": "2.6.8", "description": "This repository contains the tools to make the build image Netlify uses to build a site from git (for continuous deployment.)", "main": "index.js", "scripts": {