From ea87805b13e85d9fea8bb85ac0d9edae54b872ee Mon Sep 17 00:00:00 2001 From: Ere Maijala Date: Fri, 13 Oct 2023 10:25:29 +0300 Subject: [PATCH] Update change log. --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e00280a..e8426b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [23.05.06] - 2023-10-10 + +### Changed + +- auth/patrons/validation now uses Koha's checkpw method to ensure that all required checks are performed (and also adds support for LDAP etc.). +- Successful patron validation using the auth/patrons/validation endpoint now updates the lastseen field using Koha's track_login_daily method. + ## [23.05.05] - 2023-10-10 ### Fixed