From a097a6898c368c99d392d441d95441e62218e5a1 Mon Sep 17 00:00:00 2001 From: Oanh Nguyen Date: Wed, 18 Jul 2018 01:05:48 +0700 Subject: [PATCH] Fix missing LogzioServiceProvider class --- CHANGELOG.md | 14 +++++++++++++- src/LogzioServiceProvider.php | 3 +-- 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e29754a..73dcff8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ 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). + + ## [Unreleased] - YYYY-MM-DD ### Added @@ -25,6 +27,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Nothing +## [0.1.2] - 2018-07-18 + +### Fixed +- Missing class `Laravel\Logzio\LogzioServiceProvider` + + + ## [0.1.1] - 2018-05-18 ### Changed @@ -34,10 +43,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Fix project link + ## 0.1.0 - 2018-04-17 First release -[Unreleased]: https://github.com/oanhnn/laravel-logzio/compare/v0.1.1...develop + +[Unreleased]: https://github.com/oanhnn/laravel-logzio/compare/v0.1.2...develop +[0.1.2]: https://github.com/oanhnn/laravel-logzio/compare/v0.1.1...v0.1.2 [0.1.1]: https://github.com/oanhnn/laravel-logzio/compare/v0.1.0...v0.1.1 diff --git a/src/LogzioServiceProvider.php b/src/LogzioServiceProvider.php index 5b67886..3550ac9 100644 --- a/src/LogzioServiceProvider.php +++ b/src/LogzioServiceProvider.php @@ -1,10 +1,9 @@