diff --git a/CHANGELOG.md b/CHANGELOG.md index 96164494..bb1bdea5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.3.0](https://www.github.com/netlify/gatsby-plugin-netlify/compare/v4.2.0...v4.3.0) (2022-04-20) + + +### Features + +* Add support for advanced redirect types ([#117](https://www.github.com/netlify/gatsby-plugin-netlify/issues/117)) ([d547a28](https://www.github.com/netlify/gatsby-plugin-netlify/commit/d547a28dfdd193c0cf38b26b9c24e4fb2c5c3fee)) + ## [4.2.0](https://www.github.com/netlify/gatsby-plugin-netlify/compare/v4.1.0...v4.2.0) (2022-04-04) diff --git a/package.json b/package.json index b3f61ec5..5b87fa7e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-netlify", "description": "A Gatsby plugin for sites deployed to Netlify", - "version": "4.2.0", + "version": "4.3.0", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/netlify/gatsby-plugin-netlify/issues"