Skip to content

Commit

Permalink
Merge pull request #88 from airbrake/release-1-4-0
Browse files Browse the repository at this point in the history
Release v1.4.0
  • Loading branch information
kyrylo committed Jun 6, 2016
2 parents 62d663d + b8c1a00 commit 4691a8a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 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.4.0][v1.4.0] (June 6, 2016)

* Stopped raising error when the notifier lacks either project ID or project key
and also told to ignore current environment. As the result, empty string for
`project_key` is also validated now (forbidden)
Expand Down Expand Up @@ -148,3 +150,4 @@ Airbrake Ruby Changelog
[v1.3.0]: https://github.com/airbrake/airbrake-ruby/releases/tag/v1.3.0
[v1.3.1]: https://github.com/airbrake/airbrake-ruby/releases/tag/v1.3.1
[v1.3.2]: https://github.com/airbrake/airbrake-ruby/releases/tag/v1.3.2
[v1.4.0]: https://github.com/airbrake/airbrake-ruby/releases/tag/v1.4.0
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Airbrake Ruby
=============

[![Build Status](https://circleci.com/gh/airbrake/airbrake-ruby.svg?style=shield)](https://circleci.com/gh/airbrake/airbrake-ruby)
[![semver]](http://semver.org)
[![Gem Version](https://badge.fury.io/rb/airbrake-ruby.svg)](http://badge.fury.io/rb/airbrake-ruby)
[![Documentation Status](http://inch-ci.org/github/airbrake/airbrake-ruby.svg?branch=master)](http://inch-ci.org/github/airbrake/airbrake-ruby)
[![Downloads](https://img.shields.io/gem/dt/airbrake-ruby.svg?style=flat)](https://rubygems.org/gems/airbrake-ruby)
[![Issue Stats](http://issuestats.com/github/airbrake/airbrake-ruby/badge/pr?style=flat)](http://issuestats.com/github/airbrake/airbrake-ruby)
Expand Down Expand Up @@ -54,7 +54,7 @@ Installation
Add the Airbrake Ruby gem to your Gemfile:

```ruby
gem 'airbrake-ruby', '~> 1.3'
gem 'airbrake-ruby', '~> 1.4'
```

### Manual
Expand Down Expand Up @@ -601,6 +601,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.3.2-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.3.2'.freeze
AIRBRAKE_RUBY_VERSION = '1.4.0'.freeze
end

0 comments on commit 4691a8a

Please sign in to comment.