Skip to content

Commit

Permalink
Merge pull request #506 from airbrake/release-4-7-0
Browse files Browse the repository at this point in the history
Release v4.7.0
  • Loading branch information
kyrylo authored Oct 3, 2019
2 parents 45b5c31 + 3107932 commit 9523415
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,18 @@ Airbrake Ruby Changelog

### master

### [v4.7.0][v4.7.0] (October 3, 2019)

* Improved grouping of some SQL queries
([#504](https://github.com/airbrake/airbrake-ruby/pull/504))
* Started ignoring some service SQL queries such as COMMIT, BEGIN and others
([#505](https://github.com/airbrake/airbrake-ruby/pull/505))
* Various performance & memory improvements
([#498](https://github.com/airbrake/airbrake-ruby/pull/498),
[#500](https://github.com/airbrake/airbrake-ruby/pull/500),
[#501](https://github.com/airbrake/airbrake-ruby/pull/501),
[#502](https://github.com/airbrake/airbrake-ruby/pull/502),
[#503](https://github.com/airbrake/airbrake-ruby/pull/503))

### [v4.6.0][v4.6.0] (August 5, 2019)

Expand Down Expand Up @@ -789,3 +797,4 @@ Airbrake Ruby Changelog
[v4.5.0]: https://github.com/airbrake/airbrake-ruby/releases/tag/v4.5.0
[v4.5.1]: https://github.com/airbrake/airbrake-ruby/releases/tag/v4.5.1
[v4.6.0]: https://github.com/airbrake/airbrake-ruby/releases/tag/v4.6.0
[v4.7.0]: https://github.com/airbrake/airbrake-ruby/releases/tag/v4.7.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', '~> 4.6'
gem 'airbrake-ruby', '~> 4.7'
```

### 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 @@ -2,5 +2,5 @@
# More information: http://semver.org/
module Airbrake
# @return [String] the library version
AIRBRAKE_RUBY_VERSION = '4.6.0'.freeze
AIRBRAKE_RUBY_VERSION = '4.7.0'.freeze
end

0 comments on commit 9523415

Please sign in to comment.