Skip to content

Commit

Permalink
Merge pull request airbrake#730 from airbrake/release-6-1-0-rc-1
Browse files Browse the repository at this point in the history
Release v6.1.0.rc.1
  • Loading branch information
kyrylo authored May 10, 2017
2 parents ce5c567 + 3ea6424 commit 15a0879
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ Airbrake Changelog

### master

### [v6.1.0.rc.1][v6.1.0.rc.1] (May 10, 2017)

* Started appending HTTP request info (method, headers & referer) from Rack to
the `context` hash instead of the `environment` hash
([#703](https://github.com/airbrake/airbrake/pull/703))
Expand Down Expand Up @@ -285,3 +287,4 @@ Airbrake Changelog
[v5.8.0]: https://github.com/airbrake/airbrake/releases/tag/v5.8.0
[v5.8.1]: https://github.com/airbrake/airbrake/releases/tag/v5.8.1
[v6.0.0]: https://github.com/airbrake/airbrake/releases/tag/v6.0.0
[v6.1.0.rc.1]: https://github.com/airbrake/airbrake/releases/tag/v6.1.0.rc.1
2 changes: 1 addition & 1 deletion lib/airbrake/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
# We use Semantic Versioning v2.0.0
# More information: http://semver.org/
module Airbrake
AIRBRAKE_VERSION = '6.0.0'.freeze
AIRBRAKE_VERSION = '6.1.0.rc.1'.freeze
end

0 comments on commit 15a0879

Please sign in to comment.