Skip to content

Commit 88116bb

Browse files
committed
Update version and changelog for release
1 parent 408e38e commit 88116bb

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
Changelog
22
=========
33

4+
## 3.0.1 (14 January 2025)
5+
6+
### Fixes
7+
8+
* Fix issue with update several errors at once
9+
| [#52](https://github.com/bugsnag/bugsnag-api-ruby/pull/52)
10+
411
## 3.0.0 (3 November 2022)
512

613
### Enhancements

lib/bugsnag/api/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Bugsnag
22
module Api
3-
VERSION = "3.0.0"
3+
VERSION = "3.0.1"
44
end
55
end

0 commit comments

Comments
 (0)