diff --git a/CHANGELOG.md b/CHANGELOG.md index e242bbe4..c588d561 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.43.1](https://github.com/googleworkspace/apps-script-oauth2/compare/v1.43.0...v1.43.1) (2023-03-16) + + +### Bug Fixes + +* Dropbox sample not getting refresh token ([#435](https://github.com/googleworkspace/apps-script-oauth2/issues/435)) ([91d7aa3](https://github.com/googleworkspace/apps-script-oauth2/commit/91d7aa320dd15760417c43628944b5b5b8cf0778)) + ## [1.43.0](https://github.com/googleworkspace/apps-script-oauth2/compare/v1.42.1...v1.43.0) (2022-12-01) diff --git a/package-lock.json b/package-lock.json index fd93c427..2d769d46 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "apps-script-oauth2", - "version": "1.43.0", + "version": "1.43.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "apps-script-oauth2", - "version": "1.43.0", + "version": "1.43.1", "license": "Apache-2.0", "devDependencies": { "@google/clasp": "2.4.2", diff --git a/package.json b/package.json index 07c4e71d..c1cfa1dd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "apps-script-oauth2", - "version": "1.43.0", + "version": "1.43.1", "description": "OAuth2 for Apps Script is a library for Google Apps Script that provides the ability to create and authorize OAuth2 tokens as well as refresh them when they expire.", "repository": { "type": "git",