Skip to content

Commit

Permalink
Merge pull request #111 from airbrake/release-1-4-6
Browse files Browse the repository at this point in the history
Release v1.4.6
  • Loading branch information
kyrylo authored Aug 18, 2016
2 parents 622356f + c965218 commit eaf840c
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 Ruby Changelog

### master

### [v1.4.6][v1.4.6] (August 18, 2016)

* Fixed support for ExecJS backtraces for Ruby 1.9.3 sometimes resulting in
`NameError` ([#110](https://github.com/airbrake/airbrake-ruby/pull/110))

Expand Down Expand Up @@ -188,3 +190,4 @@ Airbrake Ruby Changelog
[v1.4.3]: https://github.com/airbrake/airbrake-ruby/releases/tag/v1.4.3
[v1.4.4]: https://github.com/airbrake/airbrake-ruby/releases/tag/v1.4.4
[v1.4.5]: https://github.com/airbrake/airbrake-ruby/releases/tag/v1.4.5
[v1.4.6]: https://github.com/airbrake/airbrake-ruby/releases/tag/v1.4.6
2 changes: 1 addition & 1 deletion lib/airbrake-ruby/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
module Airbrake
##
# @return [String] the library version
AIRBRAKE_RUBY_VERSION = '1.4.5'.freeze
AIRBRAKE_RUBY_VERSION = '1.4.6'.freeze
end

0 comments on commit eaf840c

Please sign in to comment.