From 8bae106c274a7e1586c6d5028746bd25792a24f9 Mon Sep 17 00:00:00 2001 From: Ricardo Boss Date: Fri, 9 Feb 2024 01:24:24 +0100 Subject: [PATCH] Bump to 1.0.0-pre.2 --- CHANGELOG.md | 4 ++++ pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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