From 55dd7c789f5d04f13a08b727625cb99d1f475dbb Mon Sep 17 00:00:00 2001 From: Hafez Divandari Date: Mon, 28 Oct 2024 03:17:53 +0330 Subject: [PATCH] fix a typo Co-authored-by: Andrew Millington --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 52cf4e850..7e77c0220 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## [Unreleased] -- Fixed bug where scopes where not set on access token when using device authorization grant (PR #1412) +- Fixed bug where scopes were not set on access token when using device authorization grant (PR #1412) ## [9.0.1] - released 2024-10-14 ### Fixed