From 8dd8ec5b58692b1ad45542c31202ecfa6834fba1 Mon Sep 17 00:00:00 2001 From: Jared Hanson Date: Mon, 27 Nov 2023 14:55:48 -0800 Subject: [PATCH] Update changelog. --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d3662771..a2708eda 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.7.0] - 2023-11-27 +### Changed +- Set `req.authInfo` by default when using the `assignProperty` option to +`authenticate()` middleware. This makes the behavior the same as when not using +the option, and can be disabled by setting `authInfo` option to `false`. + ## [0.6.0] - 2022-05-20 ### Added - `authenticate()`, `req#login`, and `req#logout` accept a