diff --git a/CHANGELOG.md b/CHANGELOG.md index cb4c427b..13d9aff8 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.14](https://github.com/netlify/build-image/compare/v2.6.13...v2.6.14) - 2019-03-14 + +### Commits + +- Include ruby 2.3.6 with old bundler [`1b49431`](https://github.com/netlify/build-image/commit/1b4943101ddcb395582135da38ec3a19f9198671) + ## [v2.6.13](https://github.com/netlify/build-image/compare/v2.6.12...v2.6.13) - 2019-03-14 ### Merged diff --git a/package.json b/package.json index 5567fe73..8a1ab383 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@netlify/build-image", - "version": "2.6.13", + "version": "2.6.14", "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": {