From dbfa1ccef9fe696c6609df70a43203215fc38507 Mon Sep 17 00:00:00 2001 From: Jared Hanson Date: Fri, 24 Sep 2021 14:35:53 -0700 Subject: [PATCH] Update CHANGELOG. --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e63d17b..90ab29f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.6.1] - 2021-09-24 +### Fixed +- Error in cases where the authorization server returns a successful access +token response which is missing an `access_token` parameter. + ## [1.6.0] - 2021-07-01 ### Added