diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index bbea78c..34be151 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -5,6 +5,20 @@ All notable changes of this project will be documented in this file. > The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres > to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.7.1] - 2024-01-21 + +### Added + +- return expiredIn value (unix time) for anonymous login as well +- on logout, clear the cookie even if the token is incorrect +- status gone (410) to errorHandler + +### Fixed + +- regression where restricted/anonymous access was not working +- a bug with returning 401 when not needed +- setting thumbnail count when generating thumbnails + ## [0.7.0] - 2024-01-09 ### Added