Skip to content

Commit

Permalink
Release v5.22.8 (#422)
Browse files Browse the repository at this point in the history
  • Loading branch information
kattrali authored Oct 10, 2019
1 parent 4447b34 commit af8307d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Bugsnag.podspec.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Bugsnag",
"version": "5.22.7",
"version": "5.22.8",
"summary": "Cocoa notifier for SDK for bugsnag.com",
"homepage": "https://bugsnag.com",
"license": "MIT",
Expand All @@ -9,7 +9,7 @@
},
"source": {
"git": "https://github.com/bugsnag/bugsnag-cocoa.git",
"tag": "v5.22.7"
"tag": "v5.22.8"
},
"frameworks": ["Foundation", "SystemConfiguration"],
"libraries": [
Expand Down
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
Changelog
=========

## TBD
## 5.22.8 (2019-10-10)

### Bug fixes

* Fix use-after-free in `notify()` logic which could lead to a deadlock
[#420](https://github.com/bugsnag/bugsnag-cocoa/pull/420)
* Reduce severity of log message about thread status from 'error' to 'debug' as
it does not necessarily indicate a problem and is only used for debugging.
[#421](https://github.com/bugsnag/bugsnag-cocoa/pull/421)

## 5.22.7 (2019-10-03)

Expand Down
2 changes: 1 addition & 1 deletion Source/BugsnagNotifier.m
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
#import <AppKit/AppKit.h>
#endif

NSString *const NOTIFIER_VERSION = @"5.22.7";
NSString *const NOTIFIER_VERSION = @"5.22.8";
NSString *const NOTIFIER_URL = @"https://github.com/bugsnag/bugsnag-cocoa";
NSString *const BSTabCrash = @"crash";
NSString *const BSAttributeDepth = @"depth";
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.22.7
5.22.8

0 comments on commit af8307d

Please sign in to comment.