From e176d6e47b70edc8101b644ef65c477ca517fb9a Mon Sep 17 00:00:00 2001 From: David Martos Date: Tue, 7 Nov 2023 00:12:31 +0100 Subject: [PATCH] Changelog and pubspec version --- CHANGELOG.md | 4 ++++ pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b19a1ce..e9115e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +v4.2.1 + +* Lower `meta` dependency to 1.9.1 so that it is compatible with Flutter Stable 3.13 + v4.2.0 * **[BREAKING CHANGE]** Deprecate default/empty `UuidValue` constructor because it has a different behavior from the 3.x package version. (Thanks @davidmartos96) diff --git a/pubspec.yaml b/pubspec.yaml index 3636407..0e62637 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: uuid -version: 4.2.0 +version: 4.2.1 description: > RFC4122 (v1, v4, v5, v6, v7, v8) UUID Generator and Parser for Dart documentation: https://daegalus.github.io/dart-uuid/index.html