diff --git a/CHANGELOG.md b/CHANGELOG.md index f23db3d..34ce4b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.0.0-pre.2 + +* No changes; just a version bump to test the release workflow + ## 1.0.0-pre.1 * First stable release candidate 🎉 diff --git a/pubspec.yaml b/pubspec.yaml index a0c8450..77230ef 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.1 +version: 1.0.0-pre.2 homepage: https://github.com/ricardoboss/dart_seq issue_tracker: https://github.com/ricardoboss/dart_seq/issues