diff --git a/CHANGELOG.md b/CHANGELOG.md index 796adfc..c83a3e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ + +# [2.1.0](https://github.com/apartmenttherapy/react-gpt/compare/v2.0.3...v2.1.0) (2019-01-28) + + +### Features + +* Add support for custom refresh function ([#14](https://github.com/apartmenttherapy/react-gpt/issues/14)) ([a425e5e](https://github.com/apartmenttherapy/react-gpt/commit/a425e5e)) + + + ## [2.0.3](https://github.com/apartmenttherapy/react-gpt/compare/v2.0.2...v2.0.3) (2019-01-24) diff --git a/package.json b/package.json index 6d1bc74..721b1d1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@atmedia/react-gpt", - "version": "2.0.3", + "version": "2.1.0", "description": "A react display ad component using Google Publisher Tag", "main": "lib/index.js", "jsnext:main": "es/index.js",