From 37d6519a054aa1cf3f9ca4481cfa2567e8fbaad9 Mon Sep 17 00:00:00 2001 From: mlantz Date: Tue, 7 Jun 2016 12:18:12 -0400 Subject: [PATCH] Changelog.md update --- changelog.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/changelog.md b/changelog.md index 0fbc48f..44f27dd 100644 --- a/changelog.md +++ b/changelog.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). ---- +## [v1.9.22] - 2016-06-07 +### Added +- CRUD can now be service level only in case you do not want a full CRUD for the model +### Changed +- Tweaked the socialite requirements + ## [v1.9.21] - 2016-05-28 ### Removed - Removed the web middleware for all routes in the kits due to Laravel 5.2+ conflict