diff --git a/CHANGELOG.md b/CHANGELOG.md index a9e9cf9..129479d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). -## 1.1.1 - 2020-11-09 +## 1.1.3 - 2020-11-09 + +### Fixed + +- Fixed issues with non-user tokens throwing `Invalid Authorization Header`. Previously it was _always_ trying to validate queries against user permissions, but this was causing conflicts with tokens that will only be used server-side (i.e. in Next.js SSG requests) + +## 1.1.2 - 2020-11-09 ### Fixed