From 769dd75cafa9b17f848f65d333b30722d23678a7 Mon Sep 17 00:00:00 2001 From: Herpaderp Aldent Date: Mon, 26 Aug 2019 22:04:11 +0200 Subject: [PATCH] version bump --- CHANGELOG.md | 5 +++++ src/config/seatnotifications.config.php | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6857c32..7f4e0a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# Version 2.0.1 +* Little reminder to [warlof](https://github.com/warlof): you own this package as well. Consider using as blueprint for core? +* Added loading note during ajax call +* Fix missing class declaration in KillmailNotification causing error for private notification + # Version 2.0.0 This major release revamps seat-notifications significantly. Thanks to new co-author [warlof](https://github.com/warlof), we majorly refactoring all of seat-notification in order to introduce new notifications from within this package or from a third party application with ease. diff --git a/src/config/seatnotifications.config.php b/src/config/seatnotifications.config.php index e60858d..1ad8cfb 100644 --- a/src/config/seatnotifications.config.php +++ b/src/config/seatnotifications.config.php @@ -24,5 +24,5 @@ */ return [ - 'version' => '2.0.0', + 'version' => '2.0.1', ];