From 4f3061cd1632a28aa7342495011b3467fe0fe1d1 Mon Sep 17 00:00:00 2001 From: Mika Tuupola Date: Tue, 1 Oct 2024 12:13:06 +0300 Subject: [PATCH] Prepare for 3.4.0 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5fd81c7..060cde5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file, in reverse chronological order by release. -# [3.4.0](https://github.com/tuupola//slim-basic-auth/compare/3.3.1...3.x) - unreleased +# [3.4.0](https://github.com/tuupola//slim-basic-auth/compare/3.3.1...3.4.0) - 2024-10-01 ### Added - Allow installing with `psr/http-message:^2.0` ([#126](https://github.com/tuupola/slim-basic-auth/pull/126/files)) - Error handler now receives $params ([#121](https://github.com/tuupola/slim-basic-auth/pull/121/files))