Skip to content

Commit 6341a87

Browse files
committed
version 5.0.0
1 parent 575f1b0 commit 6341a87

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Changelog
22

3-
## 5.0.0-beta.1 - 2024-03-04
3+
## 5.0.0 - 2024-05-11
44

55
### Changed
66
- Now requires PHP `8.2.0+`.
7-
- Now requires Craft `5.0.0-beta.1+`.
7+
- Now requires Craft `5.0.0+`.
88

99
## 4.0.1 - 2023-10-25
1010

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "verbb/bugsnag",
33
"description": "Log errors/exceptions to Bugsnag.",
44
"type": "craft-plugin",
5-
"version": "5.0.0-beta.1",
5+
"version": "5.0.0",
66
"keywords": [
77
"craft",
88
"cms",
@@ -30,9 +30,9 @@
3030
],
3131
"require": {
3232
"php": "^8.2",
33-
"craftcms/cms": "^5.0.0-beta.1",
33+
"craftcms/cms": "^5.0.0",
3434
"bugsnag/bugsnag": "^3.16.0",
35-
"verbb/base": "^3.0.0-beta.1"
35+
"verbb/base": "^3.0.0"
3636
},
3737
"autoload": {
3838
"psr-4": {

0 commit comments

Comments
 (0)