Skip to content

Commit

Permalink
v4.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
snmaynard committed Sep 24, 2015
1 parent 6060141 commit e595033
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Bugsnag.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ end

Pod::Spec.new do |s|
s.name = "Bugsnag"
s.version = "4.0.8"
s.version = "4.0.9"
s.summary = "Cocoa notifier for SDK for bugsnag.com"
s.homepage = "https://bugsnag.com"
s.license = 'MIT'
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changelog
=========

4.0.9
-----

- Protect against nil named exceptions

4.0.8
-----

Expand Down
2 changes: 1 addition & 1 deletion Source/Bugsnag/BugsnagNotifier.m
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
#import "KSSafeCollections.h"
#import "NSDictionary+Merge.h"

#define NOTIFIER_VERSION @"4.0.8"
#define NOTIFIER_VERSION @"4.0.9"
#define NOTIFIER_URL @"https://github.com/bugsnag/bugsnag-cocoa"

struct bugsnag_data_t {
Expand Down

0 comments on commit e595033

Please sign in to comment.