diff --git a/CHANGELOG.md b/CHANGELOG.md index 8caf504c..ecb41d66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [14.3.0](https://github.com/invertase/react-native-google-mobile-ads/compare/v14.2.5...v14.3.0) (2024-11-12) + + +### Features + +* get purpose legitimate interests ([#653](https://github.com/invertase/react-native-google-mobile-ads/issues/653)) ([f711a2c](https://github.com/invertase/react-native-google-mobile-ads/commit/f711a2c1e399dea8344e73ebc64cb27f4426f195)) + ### [14.2.5](https://github.com/invertase/react-native-google-mobile-ads/compare/v14.2.4...v14.2.5) (2024-10-08) diff --git a/package.json b/package.json index 1e11a3e0..957044b3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-google-mobile-ads", - "version": "14.2.5", + "version": "14.3.0", "author": "Invertase (http://invertase.io)", "description": "React Native Google Mobile Ads is an easy way to monetize mobile apps with targeted, in-app advertising.", "main": "lib/commonjs/index.js",