diff --git a/CHANGELOG.md b/CHANGELOG.md index 34ce4b4..e1ca56c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.0.0-pre.3 + +* No changes; just a version bump to test the release workflow + ## 1.0.0-pre.2 * No changes; just a version bump to test the release workflow diff --git a/pubspec.yaml b/pubspec.yaml index 77230ef..b604b03 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: dart_seq description: A Dart logging client for (batched) Seq HTTP ingestion with automated retries. -version: 1.0.0-pre.2 +version: 1.0.0-pre.3 homepage: https://github.com/ricardoboss/dart_seq issue_tracker: https://github.com/ricardoboss/dart_seq/issues