From 032ded07d0dc68d29fc097f22996c803782cfe29 Mon Sep 17 00:00:00 2001 From: Ricardo Boss Date: Fri, 9 Feb 2024 01:15:45 +0100 Subject: [PATCH] Added changelog for 1.0.0-pre.1 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fcaf034..f23db3d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## 1.0.0-pre.1 + +* First stable release candidate 🎉 +* `SeqClientException` now extends `Exception` +* The static methods returning `SeqEvent` instances are now factories +* Lots of documentation and some tests + ## 0.1.2 * Expose `backoff` property via `SeqLogger.http` factory