diff --git a/CHANGELOG.md b/CHANGELOG.md index 13d9aff8..028446d2 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.15](https://github.com/netlify/build-image/compare/v2.6.14...v2.6.15) - 2019-03-14 + +### Commits + +- Add bundler 1 for other older versions of ruby [`0efc09d`](https://github.com/netlify/build-image/commit/0efc09ddec9733ee7d067a1b9b96e1de5f35c66b) + ## [v2.6.14](https://github.com/netlify/build-image/compare/v2.6.13...v2.6.14) - 2019-03-14 ### Commits diff --git a/package.json b/package.json index 8a1ab383..9fd9c5a6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@netlify/build-image", - "version": "2.6.14", + "version": "2.6.15", "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": {