From 0109454e84921a72de431b06a1f09a32fd47a92b Mon Sep 17 00:00:00 2001 From: Anthony Rappa Date: Sat, 15 Jul 2023 15:47:59 -0400 Subject: [PATCH] Changelog --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d51d2ede7..5bebf46f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,9 @@ All notable changes to `laravel-livewire-tables` will be documented in this file ## [Unreleased] + +## [2.15.0] - 2023-07-15 + - Fixes - Re-enable capability for configuring whether to Hide/Show Bulk Actions when empty - https://github.com/rappasoft/laravel-livewire-tables/pull/1240 @@ -834,7 +837,8 @@ Ground Up Rebuild - Initial release -[Unreleased]: https://github.com/rappasoft/laravel-livewire-tables/compare/v2.14.0...development +[Unreleased]: https://github.com/rappasoft/laravel-livewire-tables/compare/v2.15.0...development +[2.15.0]: https://github.com/rappasoft/laravel-livewire-tables/compare/v2.15.0...v2.14.0 [2.14.0]: https://github.com/rappasoft/laravel-livewire-tables/compare/v2.14.0...v2.13.1 [2.13.1]: https://github.com/rappasoft/laravel-livewire-tables/compare/v2.13.0...v2.13.1 [2.13.0]: https://github.com/rappasoft/laravel-livewire-tables/compare/v2.12.0...v2.13.0