From 3e9f87cc4495bf85e0a71fdfd7194b5734918123 Mon Sep 17 00:00:00 2001 From: Bungeefan Date: Sat, 23 Mar 2024 16:06:59 +0100 Subject: [PATCH] Bumped version to 2.2.0 --- CHANGELOG.md | 6 ++++++ pubspec.yaml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ef470526..acd9d023 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 2.2.0 + +- Added AdvancedFileOutput. Thanks to + @pyciko ([#65](https://github.com/SourceHorizon/logger/pull/65)). +- Added missing acknowledgments in README. + ## 2.1.0 - Improved README explanation about debug mode. Thanks to diff --git a/pubspec.yaml b/pubspec.yaml index 4452159a..317db4f1 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.1.0 +version: 2.2.0 repository: https://github.com/SourceHorizon/logger environment: