Skip to content

Commit

Permalink
Merge pull request #284 from airbrake/release-2-6-0
Browse files Browse the repository at this point in the history
Release v2.6.0
  • Loading branch information
kyrylo committed Nov 9, 2017
2 parents d2c7c2e + 9ebad32 commit 532bb70
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

### [v2.6.0][v2.6.0] (November 9, 2017)

* Reworked truncation to not mutate given payload (params) and made it freeze it
after the truncation is done (to prevent future mutations)
([#283](https://github.com/airbrake/airbrake-ruby/pull/283))
Expand Down Expand Up @@ -387,3 +389,4 @@ Airbrake Ruby Changelog
[v2.4.2]: https://github.com/airbrake/airbrake-ruby/releases/tag/v2.4.2
[v2.5.0]: https://github.com/airbrake/airbrake-ruby/releases/tag/v2.5.0
[v2.5.1]: https://github.com/airbrake/airbrake-ruby/releases/tag/v2.5.1
[v2.6.0]: https://github.com/airbrake/airbrake-ruby/releases/tag/v2.6.0
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Installation
Add the Airbrake Ruby gem to your Gemfile:

```ruby
gem 'airbrake-ruby', '~> 2.5'
gem 'airbrake-ruby', '~> 2.6'
```

### Manual
Expand Down
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 = '2.5.1'.freeze
AIRBRAKE_RUBY_VERSION = '2.6.0'.freeze
end

0 comments on commit 532bb70

Please sign in to comment.