Skip to content

Commit

Permalink
Release v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kyrylo committed Dec 22, 2015
1 parent bc648c9 commit 1a57f9c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 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.1][v1.0.1] (December 22, 2015)

* Fixed the `Airbrake.add_filter` block API
([#10](https://github.com/airbrake/airbrake-ruby/pull/10))

Expand All @@ -17,3 +19,4 @@ Airbrake Ruby Changelog

[v1.0.0.rc.1]: https://github.com/airbrake/airbrake-ruby/releases/tag/v1.0.0.rc.1
[v1.0.0]: https://github.com/airbrake/airbrake-ruby/releases/tag/v1.0.0
[v1.0.1]: https://github.com/airbrake/airbrake-ruby/releases/tag/v1.0.1
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Installation
Add the Airbrake Ruby gem to your Gemfile:

```ruby
gem 'airbrake-ruby', '~> 1.0.0'
gem 'airbrake-ruby', '~> 1.0'
```

### Manual
Expand Down Expand Up @@ -548,5 +548,5 @@ 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.0-brightgreen.svg?style=flat
[semver]: https://img.shields.io/:semver-1.0.1-brightgreen.svg?style=flat
[yard-api]: http://www.rubydoc.info/gems/airbrake-ruby
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.0'.freeze
AIRBRAKE_RUBY_VERSION = '1.0.1'.freeze
end

0 comments on commit 1a57f9c

Please sign in to comment.