From eb411da5f5f2e87f70e794531ea8b6fbda0b0bec Mon Sep 17 00:00:00 2001 From: Nico Mexis Date: Sun, 8 Oct 2023 17:11:28 +0200 Subject: [PATCH] Bump version and add changelog --- CHANGELOG.md | 3 ++- pubspec.yaml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b2610ef..fbc5a633 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,5 @@ -## 1.0.0-alpha.2 +## 1.0.0 +* Stable version arrived, yay! * Add `senderUsername` to set an explicit username for SMTP authentication ## 1.0.0-alpha.1 diff --git a/pubspec.yaml b/pubspec.yaml index 810366a9..4d449623 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: catcher_2 description: Plugin for error catching which provides multiple handlers for dealing with errors when they are not caught by the developer. -version: 1.0.0-alpha.2 +version: 1.0.0 homepage: https://github.com/ThexXTURBOXx/catcher_2 repository: https://github.com/ThexXTURBOXx/catcher_2 issue_tracker: https://github.com/ThexXTURBOXx/catcher_2/issues