Skip to content

Commit

Permalink
Merge pull request #6 from airbrake/release-v1-stable
Browse files Browse the repository at this point in the history
Release v1.0.0
  • Loading branch information
kyrylo committed Dec 18, 2015
2 parents 3b3e0fa + a6d5591 commit 3afa58a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Airbrake Ruby Changelog
=======================

### [v1.0.0][v1.0.0] (December 17, 2015)
### [v1.0.0][v1.0.0] (December 18, 2015)

* Improved backtrace parsing support ([#4](https://github.com/airbrake/airbrake-ruby/pull/4))

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,15 +53,15 @@ Installation
Add the Airbrake Ruby gem to your Gemfile:

```ruby
gem 'airbrake-ruby', '~> 1.0.0.rc.1'
gem 'airbrake-ruby', '~> 1.0.0'
```

### Manual

Invoke the following command from your terminal:

```ruby
gem install airbrake-ruby --pre
gem install airbrake-ruby
```

Examples
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.rc.1-brightgreen.svg?style=flat
[semver]: https://img.shields.io/:semver-1.0.0-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.rc.1'.freeze
AIRBRAKE_RUBY_VERSION = '1.0.0'.freeze
end

0 comments on commit 3afa58a

Please sign in to comment.