Skip to content

Commit

Permalink
Merge pull request #74 from airbrake/release-1-2-4
Browse files Browse the repository at this point in the history
Release v1.2.4
  • Loading branch information
kyrylo committed May 4, 2016
2 parents 96ecb14 + a3a2b2f commit 195e4a8
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.2.4][v1.2.4] (May 4, 2016)

* Fixed bug when trying to truncate frozen strings
([#73](https://github.com/airbrake/airbrake-ruby/pull/73))

Expand Down Expand Up @@ -115,3 +117,4 @@ Airbrake Ruby Changelog
[v1.2.1]: https://github.com/airbrake/airbrake-ruby/releases/tag/v1.2.1
[v1.2.2]: https://github.com/airbrake/airbrake-ruby/releases/tag/v1.2.2
[v1.2.3]: https://github.com/airbrake/airbrake-ruby/releases/tag/v1.2.3
[v1.2.4]: https://github.com/airbrake/airbrake-ruby/releases/tag/v1.2.4
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -581,6 +581,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.2.3-brightgreen.svg?style=flat
[semver]: https://img.shields.io/:semver-1.2.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.2.3'.freeze
AIRBRAKE_RUBY_VERSION = '1.2.4'.freeze
end

0 comments on commit 195e4a8

Please sign in to comment.