From e595033985599b5cd17df970913f55adfbf5b571 Mon Sep 17 00:00:00 2001 From: Simon Maynard Date: Thu, 24 Sep 2015 13:01:04 -0700 Subject: [PATCH] v4.0.9 --- Bugsnag.podspec | 2 +- CHANGELOG.md | 5 +++++ Source/Bugsnag/BugsnagNotifier.m | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/Bugsnag.podspec b/Bugsnag.podspec index 0da01395a..0cec38741 100644 --- a/Bugsnag.podspec +++ b/Bugsnag.podspec @@ -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' diff --git a/CHANGELOG.md b/CHANGELOG.md index 846a665b5..bd44e1098 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ Changelog ========= +4.0.9 +----- + +- Protect against nil named exceptions + 4.0.8 ----- diff --git a/Source/Bugsnag/BugsnagNotifier.m b/Source/Bugsnag/BugsnagNotifier.m index ebe11d480..3bd2d36e2 100644 --- a/Source/Bugsnag/BugsnagNotifier.m +++ b/Source/Bugsnag/BugsnagNotifier.m @@ -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 {