From 37558bcd90390b9ab0c648594aa188862aa179d3 Mon Sep 17 00:00:00 2001 From: Delisa Mason Date: Mon, 30 Jan 2017 11:46:59 -0800 Subject: [PATCH] Release v5.7.0 --- Bugsnag.podspec.json | 4 ++-- CHANGELOG.md | 6 +++++- Source/BugsnagNotifier.m | 2 +- VERSION | 2 +- 4 files changed, 9 insertions(+), 5 deletions(-) diff --git a/Bugsnag.podspec.json b/Bugsnag.podspec.json index 2c725dcc9..7994fd164 100644 --- a/Bugsnag.podspec.json +++ b/Bugsnag.podspec.json @@ -1,6 +1,6 @@ { "name": "Bugsnag", - "version": "5.6.5", + "version": "5.7.0", "summary": "Cocoa notifier for SDK for bugsnag.com", "homepage": "https://bugsnag.com", "license": "MIT", @@ -9,7 +9,7 @@ }, "source": { "git": "https://github.com/bugsnag/bugsnag-cocoa.git", - "tag": "v5.6.5" + "tag": "v5.7.0" }, "frameworks": "Foundation", "platforms": { diff --git a/CHANGELOG.md b/CHANGELOG.md index e3f005f43..2bc295ab5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,11 @@ Changelog ========= -## TBD +## 5.7.0 + +This release updates the dependent KSCrash version to 1.11.2, which changes the +signature of `KSCrashReportWriter.addJSONElement()` to include whether to close +the JSON container. ### Enhancements diff --git a/Source/BugsnagNotifier.m b/Source/BugsnagNotifier.m index f91466ce9..5eda99646 100644 --- a/Source/BugsnagNotifier.m +++ b/Source/BugsnagNotifier.m @@ -41,7 +41,7 @@ #import #endif -NSString *const NOTIFIER_VERSION = @"5.6.5"; +NSString *const NOTIFIER_VERSION = @"5.7.0"; NSString *const NOTIFIER_URL = @"https://github.com/bugsnag/bugsnag-cocoa"; NSString *const BSTabCrash = @"crash"; NSString *const BSTabConfig = @"config"; diff --git a/VERSION b/VERSION index bf787a305..42cdd0b54 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.6.5 +5.7.0