diff --git a/CHANGELOG.md b/CHANGELOG.md index e4e1cf4f..49674385 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,22 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +## [v3.1.0](https://github.com/netlify/build-image/compare/v3.0.2...v3.1.0) - 2019-04-09 + +### Merged + +- Add zip-it-and-ship-it [`#291`](https://github.com/netlify/build-image/pull/291) +- Remove tmp files [`#288`](https://github.com/netlify/build-image/pull/288) +- Update python versions [`#285`](https://github.com/netlify/build-image/pull/285) +- Use xenial distributions of PPAs and debs [`#283`](https://github.com/netlify/build-image/pull/283) +- Add Go version to included software list [`#282`](https://github.com/netlify/build-image/pull/282) + +### Commits + +- Update README.md [`0393c6e`](https://github.com/netlify/build-image/commit/0393c6e6d3e2a6ede23c6e5a00f3e5cb50bdc093) +- Allow for staging branch builds [`52572d7`](https://github.com/netlify/build-image/commit/52572d7ada03dbd5a03581673665ce0efd7f8537) +- Update included python versions [`19f0bff`](https://github.com/netlify/build-image/commit/19f0bfff6c51114fc90002a408ce8088c69ebb82) + ## [v3.0.2](https://github.com/netlify/build-image/compare/v3.0.1...v3.0.2) - 2019-03-14 ### Commits diff --git a/package.json b/package.json index cf95784c..e13d0a63 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@netlify/build-image", - "version": "3.0.2", + "version": "3.1.0", "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": {