diff --git a/CHANGELOG.md b/CHANGELOG.md index 291a898a..cb4c427b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,16 @@ 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.13](https://github.com/netlify/build-image/compare/v2.6.12...v2.6.13) - 2019-03-14 + +### Merged + +- Update to ruby 2.6.2 [`#280`](https://github.com/netlify/build-image/pull/280) + +### Commits + +- Remove reference to master branch from README [`30f0d5e`](https://github.com/netlify/build-image/commit/30f0d5e78ab1f6921b47a0d10c46ae4954872fae) + ## [v2.6.12](https://github.com/netlify/build-image/compare/v2.6.11...v2.6.12) - 2019-03-14 ### Merged diff --git a/package.json b/package.json index 476707a5..5567fe73 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@netlify/build-image", - "version": "2.6.12", + "version": "2.6.13", "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": {