diff --git a/CHANGELOG.md b/CHANGELOG.md index b68a8b9a..c50d64a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ 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.7](https://github.com/netlify/build-image/compare/v2.6.6...v2.6.7) - 2018-12-08 + +### Commits + +- Simplify Jenkinsfile to handle tags and special branches [`d888a79`](https://github.com/netlify/build-image/commit/d888a794e565c91a7e71658f2b177f9b1f9bc58d) + ## [v2.6.6](https://github.com/netlify/build-image/compare/v2.6.5...v2.6.6) - 2018-12-08 ### Commits diff --git a/package.json b/package.json index 0298996b..cb1902a2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@netlify/build-image", - "version": "2.6.6", + "version": "2.6.7", "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": {