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