From 6cfffd85799dd03b53680796ddf1aaa3fec9dd88 Mon Sep 17 00:00:00 2001 From: jstoone Date: Sun, 25 Nov 2018 16:43:20 +0100 Subject: [PATCH] Updated changelog for release. --- CHANGELOG.md | 31 ++++++++++++++++++++++++++++++- 1 file changed, 30 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a6e4dd5..9bd758d 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,36 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -## 1.0.0 +## [Unreleased] +### Added + +### Changed + +### Removed + +## [1.0.2] +### Added +- Composer authentication files are now ignored. +- `phpstan` is now a part of the build process + +### Changed +- Compiled assets for production +- General cleanup of code to raise quality +- Cleaned up the CHANGELOG.md (this file) + +### Removed + +## [1.0.1] +### Added +- Fleshed out TravisCI process + +### Changed +- Badges now properly reflect project status +- Formatted javascript to fit definition of "pretty" + +### Removed + +## [1.0.0] ### Added - Initial release - Initial [project skeleton](https://github.com/spatie/skeleton-nova-tool) by Spatie