Skip to content

Commit

Permalink
Merge pull request airbrake#749 from airbrake/release-6-1-1
Browse files Browse the repository at this point in the history
Release v6.1.1
  • Loading branch information
kyrylo authored May 23, 2017
2 parents aed749d + 25ad759 commit 12463b1
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.1][v6.1.1] (May 23, 2017)

* Fixed `airbrake:deploy` Rake task not reporting deploys
([#746](https://github.com/airbrake/airbrake/pull/746))

Expand Down Expand Up @@ -298,3 +300,4 @@ Airbrake Changelog
[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
[v6.1.0]: https://github.com/airbrake/airbrake/releases/tag/v6.1.0
[v6.1.1]: https://github.com/airbrake/airbrake/releases/tag/v6.1.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.1.0'.freeze
AIRBRAKE_VERSION = '6.1.1'.freeze
end

0 comments on commit 12463b1

Please sign in to comment.