Skip to content

Commit

Permalink
v4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
snmaynard committed Dec 3, 2015
1 parent 090880b commit 69d76a3
Show file tree
Hide file tree
Showing 3 changed files with 8 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.9"
s.version = "4.1.0"
s.summary = "Cocoa notifier for SDK for bugsnag.com"
s.homepage = "https://bugsnag.com"
s.license = 'MIT'
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Changelog
=========

4.1.0
-----

- Breadcrumbs support.
- Send notifications with current configuration rather than that in the report.

4.0.9
-----

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

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

struct bugsnag_data_t {
Expand Down

0 comments on commit 69d76a3

Please sign in to comment.