Skip to content

Commit

Permalink
Merge pull request airbrake#42 from airbrake/release-1-0-4
Browse files Browse the repository at this point in the history
Release v1.0.4
  • Loading branch information
kyrylo committed Feb 2, 2016
2 parents 8c7d051 + 3052241 commit 77dfcc4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
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 Ruby Changelog

### master

### [v1.0.4][v1.0.4] (February 2, 2016)

* Started attaching the hostname information by default
([#41](https://github.com/airbrake/airbrake-ruby/pull/41))

Expand Down Expand Up @@ -46,3 +48,4 @@ Airbrake Ruby Changelog
[v1.0.1]: https://github.com/airbrake/airbrake-ruby/releases/tag/v1.0.1
[v1.0.2]: https://github.com/airbrake/airbrake-ruby/releases/tag/v1.0.2
[v1.0.3]: https://github.com/airbrake/airbrake-ruby/releases/tag/v1.0.3
[v1.0.4]: https://github.com/airbrake/airbrake-ruby/releases/tag/v1.0.4
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -550,6 +550,6 @@ The project uses the MIT License. See LICENSE.md for details.
[keysblacklist]: https://github.com/airbrake/airbrake-ruby/blob/master/lib/airbrake-ruby/filters/keys_blacklist.rb
[keyswhitelist]: https://github.com/airbrake/airbrake-ruby/blob/master/lib/airbrake-ruby/filters/keys_whitelist.rb
[golang]: https://golang.org/
[semver]: https://img.shields.io/:semver-1.0.3-brightgreen.svg?style=flat
[semver]: https://img.shields.io/:semver-1.0.4-brightgreen.svg?style=flat
[yard-api]: http://www.rubydoc.info/gems/airbrake-ruby
[arthur-ruby]: https://s3.amazonaws.com/airbrake-github-assets/airbrake-ruby/arthur-ruby.jpg
2 changes: 1 addition & 1 deletion lib/airbrake-ruby/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
module Airbrake
##
# @return [String] the library version
AIRBRAKE_RUBY_VERSION = '1.0.3'.freeze
AIRBRAKE_RUBY_VERSION = '1.0.4'.freeze
end

0 comments on commit 77dfcc4

Please sign in to comment.