diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ebc4f45..8027cead 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +### [4.9.1](https://www.github.com/netlify/build-image/compare/v4.9.0...v4.9.1) (2022-07-01) + + +### Bug Fixes + +* revert "copy the ruby version into rvm/gems ([#790](https://www.github.com/netlify/build-image/issues/790))" ([#806](https://www.github.com/netlify/build-image/issues/806)) ([2c3d0af](https://www.github.com/netlify/build-image/commit/2c3d0afd4986eb7c4508ffe156bcf8dc1e040c5c)) + ## [4.9.0](https://www.github.com/netlify/build-image/compare/v4.8.2...v4.9.0) (2022-06-29) diff --git a/package.json b/package.json index 6acedb4c..86fa1184 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@netlify/build-image", - "version": "4.9.0", + "version": "4.9.1", "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", "private": "true",