From 5c08c9bc9600b8fddb421cd4096d442b941253eb Mon Sep 17 00:00:00 2001 From: driesvints Date: Tue, 20 Aug 2024 15:39:54 +0000 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c0eca4afc..9750de200 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ # Release Notes -## [Unreleased](https://github.com/laravel/telescope/compare/v5.2.0...5.x) +## [Unreleased](https://github.com/laravel/telescope/compare/v5.2.1...5.x) + +## [v5.2.1](https://github.com/laravel/telescope/compare/v5.2.0...v5.2.1) - 2024-08-20 + +* Fix that multiple use of the same binding is only replaced once in the query by [@kohlerdominik](https://github.com/kohlerdominik) in https://github.com/laravel/telescope/pull/1503 +* [5.x] Enhance Telescope Clear Method by [@a1383n](https://github.com/a1383n) in https://github.com/laravel/telescope/pull/1507 ## [v5.2.0](https://github.com/laravel/telescope/compare/v5.1.1...v5.2.0) - 2024-08-02