Skip to content

Commit

Permalink
docs: update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
CrescentKohana committed Jan 20, 2024
1 parent 1d1da35 commit 85f9a3e
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 85f9a3e

Please sign in to comment.