From 00398f7ffc3f20a6c6cc9dcb36e9e0c6db9f9120 Mon Sep 17 00:00:00 2001 From: Caleb White Date: Thu, 21 Dec 2023 23:27:15 -0600 Subject: [PATCH] Remove changelog --- .gitattributes | 1 - CHANGELOG.md | 7 ------- 2 files changed, 8 deletions(-) delete mode 100644 CHANGELOG.md diff --git a/.gitattributes b/.gitattributes index 42d437f..ce4ec6d 100644 --- a/.gitattributes +++ b/.gitattributes @@ -9,7 +9,6 @@ .gitattributes export-ignore .gitignore export-ignore .styleci.yml export-ignore -CHANGELOG.md export-ignore CONTRIBUTING.md export-ignore phpstan.neon.dist export-ignore phpunit.xml.dist export-ignore diff --git a/CHANGELOG.md b/CHANGELOG.md deleted file mode 100644 index 2cffba7..0000000 --- a/CHANGELOG.md +++ /dev/null @@ -1,7 +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]