Skip to content
This repository was archived by the owner on Aug 25, 2020. It is now read-only.

Commit 92f0e9b

Browse files
committed
Bumping version 2.1.0
1 parent ede7160 commit 92f0e9b

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Next Release
1+
# 2.1.0 (12/08/2014)
22

33
* Work with grape 0.14.0 [@dblock](https://github.com/dblock)
44

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# NewRelic::Grape
22

3+
### NewRelic has already officially support grape, see more [here](https://docs.newrelic.com/docs/agents/ruby-agent/frameworks/grape-instrumentation)
4+
35
[![Build Status](https://travis-ci.org/xinminlabs/newrelic-grape.svg)](https://travis-ci.org/xinminlabs/newrelic-grape)
46

57
NewRelic instrumentation for the [Grape API DSL][0], inspired by [this blog post][1].

lib/newrelic-grape/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module NewRelic
22
module Grape
3-
VERSION = '2.0.0'
3+
VERSION = '2.1.0'
44
end
55
end

0 commit comments

Comments
 (0)