Skip to content

Commit

Permalink
Bump version and add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ThexXTURBOXx committed Jul 30, 2024
1 parent ecd3894 commit 8d90b11
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 2.0.0-alpha.1
* Apply proper colours from App theme ([#31](https://github.com/ThexXTURBOXx/catcher_2/issues/31))

## 2.0.0-alpha.0
* [BREAKING_CHANGE] Migrate Slack screenshot API calls to `files.*UploadExternal` (you now need to specify also a `channelId` in the `SlackHandler` for that!)
* [BREAKING_CHANGE] Migrate screenshots to `cross_file`'s `XFile`s
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: catcher_2
description: Plugin for error catching which provides multiple handlers for dealing with errors when they are not caught by the developer.
version: 2.0.0-alpha.0
version: 2.0.0-alpha.1
homepage: https://github.com/ThexXTURBOXx/catcher_2
repository: https://github.com/ThexXTURBOXx/catcher_2
issue_tracker: https://github.com/ThexXTURBOXx/catcher_2/issues
Expand Down

0 comments on commit 8d90b11

Please sign in to comment.