We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 408e38e commit 88116bbCopy full SHA for 88116bb
CHANGELOG.md
@@ -1,6 +1,13 @@
1
Changelog
2
=========
3
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
11
## 3.0.0 (3 November 2022)
12
13
### Enhancements
lib/bugsnag/api/version.rb
@@ -1,5 +1,5 @@
module Bugsnag
module Api
- VERSION = "3.0.0"
+ VERSION = "3.0.1"
end
0 commit comments