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