Skip to content

Commit

Permalink
Merge pull request #363 from rollbar/release-2.7.1
Browse files Browse the repository at this point in the history
Release 2.7.1
  • Loading branch information
jondeandres committed Dec 21, 2015
2 parents ed004c3 + 816c3f8 commit 9c7270c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 2.7.1

- Suggest using ROLLBAR_ENV for staging apps. See [#353](https://github.com/rollbar/rollbar-gem/pull/353).
- Fix Rollbar::Util.deep_merge so it has default values for arguments. See [#362](https://github.com/rollbar/rollbar-gem/pull/362).
- Ignore exception cause when it's not another exception. See [#357](https://github.com/rollbar/rollbar-gem/pull/357).


## 2.7.0

- Delayed job integration fix. See [#355](https://github.com/rollbar/rollbar-gem/pull/355).
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Rollbar notifier for Ruby [![Build Status](https://api.travis-ci.org/rollbar/rollbar-gem.svg?branch=v2.7.0)](https://travis-ci.org/rollbar/rollbar-gem/branches)
# Rollbar notifier for Ruby [![Build Status](https://api.travis-ci.org/rollbar/rollbar-gem.svg?branch=v2.7.1)](https://travis-ci.org/rollbar/rollbar-gem/branches)

<!-- RemoveNext -->
[Rollbar](https://rollbar.com) is an error tracking service for Ruby and other languages. The Rollbar service will alert you of problems with your code and help you understand them in a ways never possible before. We love it and we hope you will too.
Expand All @@ -12,7 +12,7 @@ This is the Ruby library for Rollbar. It will instrument many kinds of Ruby appl
Add this line to your application's Gemfile:

```ruby
gem 'rollbar', '~> 2.7.0'
gem 'rollbar', '~> 2.7.1'
```

And then execute:
Expand Down
2 changes: 1 addition & 1 deletion lib/rollbar/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Rollbar
VERSION = "2.7.0"
VERSION = "2.7.1"
end

0 comments on commit 9c7270c

Please sign in to comment.