From cedb6892d28ea1ea76d161b991e3933936ab3927 Mon Sep 17 00:00:00 2001 From: Bungeefan Date: Sun, 12 May 2024 21:15:09 +0200 Subject: [PATCH] Bumped version to 2.3.0 --- CHANGELOG.md | 5 +++++ pubspec.yaml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index acd9d023..e90264e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 2.3.0 + +- AdvancedFileOutput: Added file deletion option. Thanks to + @lomby92 ([#71](https://github.com/SourceHorizon/logger/pull/71)). + ## 2.2.0 - Added AdvancedFileOutput. Thanks to diff --git a/pubspec.yaml b/pubspec.yaml index 317db4f1..4daa20a0 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: logger description: Small, easy to use and extensible logger which prints beautiful logs. -version: 2.2.0 +version: 2.3.0 repository: https://github.com/SourceHorizon/logger environment: