From e7d1aa8ed753f63fa816932bbc89678238843b4a Mon Sep 17 00:00:00 2001 From: Nuno Maduro Date: Sat, 3 Aug 2024 16:32:23 +0100 Subject: [PATCH] Removes changelog --- CHANGELOG.md | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md deleted file mode 100644 index bddc88b..0000000 --- a/CHANGELOG.md +++ /dev/null @@ -1,31 +0,0 @@ -# Changelog -All notable changes to this project will be documented in this file. - -The format is based on [Keep a Changelog](http://keepachangelog.com/) -and this project adheres to [Semantic Versioning](http://semver.org/). - -## [Unreleased] - -## [v8.3.0 (2024-07-16)](https://github.com/nunomaduro/collision/compare/v8.2.0...v8.3.0) -### Added -- Better Ignition support - -### Chore -- Bumps dependencies - -## [v8.2.0 (2024-03-06)](https://github.com/nunomaduro/collision/compare/v8.1.0...v8.2.0) -### Chore -- Bumps dependencies - -## [v8.1.0 (2024-01-12)](https://github.com/nunomaduro/collision/compare/v8.0.0...v8.1.0) -### Added -- Laravel v11 support -- PHPUnit v11 support -- Pest v3 support - -## [v8.0.0 (2023-12-04)](https://github.com/nunomaduro/collision/compare/v7.10.0...v8.0.0) -### Added -- Symfony v7 support - -### Removed -- Symfony v6 support