diff --git a/CHANGELOG.md b/CHANGELOG.md index f565c22..4d5ed4d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [3.2.0](https://github.com/adobe/helix-google-support/compare/v3.1.39...v3.2.0) (2024-09-26) + + +### Features + +* allow passing other options to Google API ([#429](https://github.com/adobe/helix-google-support/issues/429)) ([b87724e](https://github.com/adobe/helix-google-support/commit/b87724e41faa9841fe56700bfa0648da54132a52)) + ## [3.1.39](https://github.com/adobe/helix-google-support/compare/v3.1.38...v3.1.39) (2024-09-24) diff --git a/package.json b/package.json index c906882..08949db 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@adobe/helix-google-support", - "version": "3.1.39", + "version": "3.2.0", "description": "Helix Google Support", "main": "src/index.js", "type": "module",