Skip to content

Commit

Permalink
Release v5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kattrali committed Jan 23, 2017
1 parent cac40d8 commit 9a32252
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
Changelog
=========

## 5.0.2 (14 November 2016)
## 5.1.0 (23 January 2017)

### Bug fixes

* Fix behavior to not override Rails 5 `belongs_to` association
| [#314](https://github.com/bugsnag/bugsnag-ruby/pull/314)

### Enhancements

* Add Clearance support
| [Jonathan Rochkind](https://github.com/jrochkind)
| [#313](https://github.com/bugsnag/bugsnag-ruby/pull/313)
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ If you're a member of the core team, follow these instructions for releasing bug
* Commit/push your changes
```
git commit -am v2.X.X
git commit -am v5.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 @@
5.0.2
5.1.0

0 comments on commit 9a32252

Please sign in to comment.