From 08a128edbfc96493f45d785381ab0be4479cd763 Mon Sep 17 00:00:00 2001 From: Tom Witkowski Date: Mon, 23 Mar 2020 18:09:07 +0100 Subject: [PATCH] v3.14.1 --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5577289d..f5a32824 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ All notable changes to `spatie/laravel-activitylog` will be documented in this file +## 3.14.1 - 2020-03-23 + +- revert breaking changes in `v3.14.0` + +## 3.14.0 - 2020-03-23 - BC + +Please use `v3.14.1` instead - this release is breaking because of the new column. There is also a `v4.0.0-rc.1` release that equals to this one. + +- add `\Spatie\Activitylog\ActivityLogger::event()` method and column [#702](https://github.com/spatie/laravel-activitylog/pull/702) + ## 3.13.0 - 2020-03-13 - add `\Spatie\Activitylog\ActivityLogger::withoutLogs()` method [#695](https://github.com/spatie/laravel-activitylog/pull/695)