Skip to content

Commit

Permalink
Release v2.11.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon de Andres committed May 31, 2016
1 parent 1fb6e08 commit dc9f42c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 2.11.4

Change:

- Update rollbar.js snippet

## 2.11.3

Fix:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Rollbar [![Build Status](https://api.travis-ci.org/rollbar/rollbar-gem.svg?branch=v2.11.3)](https://travis-ci.org/rollbar/rollbar-gem/branches)
# Rollbar [![Build Status](https://api.travis-ci.org/rollbar/rollbar-gem.svg?branch=v2.11.4)](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 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.11.3'
VERSION = '2.11.4'
end

0 comments on commit dc9f42c

Please sign in to comment.