From 401075528ecf5a698782a4a3201fcfba1b13fb89 Mon Sep 17 00:00:00 2001 From: Nuno Maduro Date: Thu, 19 Oct 2023 16:46:02 +0100 Subject: [PATCH] Release v1.0.0-beta.2 --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c60ff7..0b9fc85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Release Notes -## [Unreleased](https://github.com/laravel/pail/compare/v1.0.0-beta.1...master) +## [Unreleased](https://github.com/laravel/pail/compare/v1.0.0-beta.2...master) + +## [v1.0.0-beta.2](https://github.com/livewire/pail/compare/v1.0.0-beta.1...v1.0.0-beta.2) - 2023-10-19 + +- Fixes unescaped HTML content causing runtime exception ([#11](https://github.com/laravel/pail/pull/11)) ## v1.0.0-beta.1 - 2023-10-06