From e9dbe2147522f60d6ac79d4e2c9945fce5ce242a Mon Sep 17 00:00:00 2001 From: Jared Hanson Date: Thu, 8 Feb 2024 11:40:37 -0800 Subject: [PATCH] Update changelog. --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 97a153c..c418016 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.2] - 2024-02-08 +### Fixed +- Fixed intermittent "Failed to obtain access token" error by updating `oauth` +dependency from 0.9.x to 0.10.x. This error seems to occur more frequently on +fast connections which get reset after receiving an access token response. + ## [0.1.1] - 2021-11-29 ### Added - Support for `prompt` option to `authenticate()`.