Skip to content

Commit

Permalink
Bump version to 1.0.0 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardoboss committed Mar 20, 2024
1 parent 7d05fa7 commit be3db3b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit be3db3b

Please sign in to comment.