diff --git a/CHANGELOG.md b/CHANGELOG.md index e1ca56c..e40011f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## 1.0.0 + +* First stable release 🎉 +* `SeqClientException` now extends `Exception` +* The static methods returning `SeqEvent` instances are now factories +* Lots of documentation and some tests + ## 1.0.0-pre.3 * No changes; just a version bump to test the release workflow diff --git a/pubspec.yaml b/pubspec.yaml index b604b03..97a68ed 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.3 +version: 1.0.0 homepage: https://github.com/ricardoboss/dart_seq issue_tracker: https://github.com/ricardoboss/dart_seq/issues