From 70abee7cf6bce47be30fed11e1d07cc8b5205951 Mon Sep 17 00:00:00 2001 From: Dave Roverts Date: Sun, 14 Nov 2021 22:51:34 +0100 Subject: [PATCH] Changelog --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ee9a60ee..67afa9e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [v2.2.5](https://github.com/daveroverts/bmac/compare/v2.2.4a...v2.2.5) - 2021-11-14 + +### Changed +- `master` branch renamed to `main` +- Laravel Horizon and Laravel Telescope use dark theme by default. +- Fix for Laravel Horizon and Laravel Telescope gates failing in non-local environments +- Fix for Bootstrap pagination + jQuery UI (for datepicker) missing CSS. +- The very first `users` table migration now does not include unique index. #357 + ## [v2.2.4a](https://github.com/daveroverts/bmac/compare/v2.2.4...v2.2.4a) - 2021-11-08 ### Changed