From f2fe2ac2a61a269b2e0ce65be330f7af1bc67428 Mon Sep 17 00:00:00 2001 From: Jacob MacDonald Date: Tue, 23 May 2023 15:01:13 -0700 Subject: [PATCH] prep for release (#140) --- CHANGELOG.md | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 46f1d32..872f9f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 1.2.0-wip +## 1.2.0 * Add notification when the log level is changed. Logger `onLevelChanged` broadcasts a stream of level values. * Require Dart 2.19. diff --git a/pubspec.yaml b/pubspec.yaml index d75e5b1..3a5eebb 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: logging -version: 1.2.0-wip +version: 1.2.0 description: >- Provides APIs for debugging and error logging, similar to loggers in other languages, such as the Closure JS Logger and java.util.logging.Logger.