Skip to content

Commit

Permalink
Release v6.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kattrali committed Nov 9, 2017
1 parent 77a3884 commit 6eaef05
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changelog
=========

## 6.0.1 (09 Nov 2017)

Adds a warning for the change in usage for the `notify()` method from < 6.0 to
ease upgrading.

## 6.0.0 (09 Nov 2017)

This notifier has been extensively re-written to make it easier to add new integrations and maintain in the future. This has led to several changes that are not backwards compatible. Please refer to the [upgrading guide](https://github.com/bugsnag/bugsnag-ruby/blob/master/UPGRADING.md) for more information.
Expand Down
3 changes: 2 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ If you're a member of the core team, follow these instructions for releasing bug
* Commit/push your changes
```
git commit -am v5.X.X
git add VERSION CHANGELOG.md README.md
git commit -m "Release v6.x.x"
git push origin master
```
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 6eaef05

Please sign in to comment.