Skip to content

Commit

Permalink
Merge pull request #730 from bugsnag/release-v6.0.1
Browse files Browse the repository at this point in the history
Release v6.0.1
  • Loading branch information
tomlongridge authored Jun 29, 2020
2 parents de1428c + c66bd18 commit 17f46cb
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Bugsnag.podspec.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Bugsnag",
"version": "6.0.0",
"version": "6.0.1",
"summary": "The Bugsnag crash reporting framework for Apple platforms.",
"homepage": "https://bugsnag.com",
"license": "MIT",
Expand All @@ -9,7 +9,7 @@
},
"source": {
"git": "https://github.com/bugsnag/bugsnag-cocoa.git",
"tag": "v6.0.0"
"tag": "v6.0.1"
},
"frameworks": [
"Foundation",
Expand Down
2 changes: 1 addition & 1 deletion Bugsnag/Payload/BugsnagNotifier.m
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ - (instancetype)init {
#else
self.name = @"Bugsnag Objective-C";
#endif
self.version = @"6.0.0";
self.version = @"6.0.1";
self.url = @"https://github.com/bugsnag/bugsnag-cocoa";
self.dependencies = [NSMutableArray new];
}
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Changelog
=========

## TBD
## 6.0.1 (2020-06-29)

* Move binary images store declaration from header file
[#725](https://github.com/bugsnag/bugsnag-cocoa/pull/725)
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ ifeq ($(VERSION),)
@$(error VERSION is not defined. Run with `make VERSION=number prerelease`)
endif
@git checkout -b release-v$(VERSION)
@git add Source/BugsnagNotifier.m Bugsnag.podspec.json VERSION CHANGELOG.md
@git add Bugsnag/Payload/BugsnagNotifier.m Bugsnag.podspec.json VERSION CHANGELOG.md
@git commit -m "Release v$(VERSION)"
@git push origin release-v$(VERSION)
@hub pull-request -m "Release v$(VERSION)" --browse
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.0.0
6.0.1

0 comments on commit 17f46cb

Please sign in to comment.