From 85f9a3e7719a57c37402b1513e3929681e9d4dcb Mon Sep 17 00:00:00 2001 From: Marko Leinikka Date: Sun, 21 Jan 2024 04:40:42 +0900 Subject: [PATCH] docs: update CHANGELOG --- docs/CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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