diff --git a/CHANGELOG.md b/CHANGELOG.md index 9877ae42..e3e77aaf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.1.0](https://github.com/invertase/react-native-google-ads/compare/v3.0.0...v3.1.0) (2021-12-13) + + +### Features + +* **ios, banner:** replace v7 methods with v8 methods ([#37](https://github.com/invertase/react-native-google-ads/issues/37)) ([c53c657](https://github.com/invertase/react-native-google-ads/commit/c53c6571ec7284c380df026f42dacdb3fa6ffafb)) + ## [3.0.0](https://github.com/invertase/react-native-google-ads/compare/v2.0.1...v3.0.0) (2021-12-12) diff --git a/package.json b/package.json index 95386f6d..a2430319 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@invertase/react-native-google-ads", - "version": "3.0.0", + "version": "3.1.0", "author": "Invertase (http://invertase.io)", "description": "React Native Google Ads is an easy way to monetize mobile apps with targeted, in-app advertising.", "main": "lib/index.js",