diff --git a/CHANGELOG.md b/CHANGELOG.md index 8df01c7..03b0d9f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.1.0](https://github.com/googleapis/nodejs-local-auth/compare/v2.0.0...v2.1.0) (2022-06-20) + + +### Features + +* Relax expectations around redirect URL and port to better support installed app client IDs and use ephemeral ports when possible ([#141](https://github.com/googleapis/nodejs-local-auth/issues/141)) ([5948e33](https://github.com/googleapis/nodejs-local-auth/commit/5948e333bae2deb4b27f2c2c6bd8160ba0efd014)) + ## [2.0.0](https://github.com/googleapis/nodejs-local-auth/compare/v1.0.1...v2.0.0) (2022-05-17) diff --git a/package.json b/package.json index c14f70d..aaa713b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@google-cloud/local-auth", - "version": "2.0.0", + "version": "2.1.0", "description": "A standalone library for receiving Google OAuth tokens", "main": "build/src/index.js", "types": "build/src/index.d.ts", diff --git a/samples/package.json b/samples/package.json index 065a700..95df77c 100644 --- a/samples/package.json +++ b/samples/package.json @@ -12,7 +12,7 @@ "mocha": "^8.0.0" }, "dependencies": { - "@google-cloud/local-auth": "^2.0.0" + "@google-cloud/local-auth": "^2.1.0" }, "engines": { "node": ">=12.0.0"