From d666cccba262ca8e824ec1b220450fcd50d2550f Mon Sep 17 00:00:00 2001 From: Kristories Date: Tue, 11 Jan 2022 19:42:44 +0000 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0588d63..d2a5a27 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,19 +2,35 @@ All notable changes to `laravel-helpers` will be documented in this file. +## v1.1.1 - 2022-01-11 + +## What's Changed + +- Apply fixes from StyleCI by @Kristories in https://github.com/wearedevtical/laravel-helpers/pull/4 +- Setup test, phpcs, and actions by @Kristories in https://github.com/wearedevtical/laravel-helpers/pull/5 + +**Full Changelog**: https://github.com/wearedevtical/laravel-helpers/compare/v1.1.0...v1.1.1 + ## Version 1.1.0 + ### Changed + - Transfer owner - Improve tests ## Version 1.0.3 + ### Added + - Support Laravel 8 ## Version 1.0.2 + ### Added + - Code of Conduct - Support Laravel 7 ## Version 1.0.0 + - Initial release