From 0b9b87a66f0e3e4bcd5f6ef54f53f3c59aa66b17 Mon Sep 17 00:00:00 2001 From: Delisa Mason Date: Thu, 29 Nov 2018 16:52:36 -0800 Subject: [PATCH] Release v5.17.1 --- Bugsnag.podspec.json | 4 ++-- CHANGELOG.md | 2 +- Source/BugsnagNotifier.m | 2 +- VERSION | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Bugsnag.podspec.json b/Bugsnag.podspec.json index 45cbe346f..0bbd4ff47 100644 --- a/Bugsnag.podspec.json +++ b/Bugsnag.podspec.json @@ -1,6 +1,6 @@ { "name": "Bugsnag", - "version": "5.17.0", + "version": "5.17.1", "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.17.0" + "tag": "v5.17.1" }, "frameworks": ["Foundation", "SystemConfiguration"], "libraries": [ diff --git a/CHANGELOG.md b/CHANGELOG.md index cb2b0509d..d47a2cbeb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ Changelog ========= -## TBD +## 5.17.1 (2018-11-29) ### Bug Fixes diff --git a/Source/BugsnagNotifier.m b/Source/BugsnagNotifier.m index 5a21590cd..489fea7d0 100644 --- a/Source/BugsnagNotifier.m +++ b/Source/BugsnagNotifier.m @@ -41,7 +41,7 @@ #import #endif -NSString *const NOTIFIER_VERSION = @"5.17.0"; +NSString *const NOTIFIER_VERSION = @"5.17.1"; NSString *const NOTIFIER_URL = @"https://github.com/bugsnag/bugsnag-cocoa"; NSString *const BSTabCrash = @"crash"; NSString *const BSAttributeDepth = @"depth"; diff --git a/VERSION b/VERSION index ad95545a8..d3f309827 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.17.0 +5.17.1