This repository has been archived by the owner on Mar 9, 2023. It is now read-only.
forked from xinminlabs/newrelic-grape
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
10 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,15 @@ | ||
Next Release | ||
============ | ||
# Next Release | ||
|
||
## 1.2.0 (02/27/2012) | ||
|
||
* Use newrelic-grape middleware before `Grape::Middleware::Error` | ||
* Better Readme | ||
|
||
## 1.1.0 (12/28/2012) | ||
|
||
* Changed namespace from `Newrelic` to `NewRelic` to be consistent with the RPM gem - [@dblock](https://github.com/dblock). | ||
* Set `DISABLE_NEW_RELIC_GRAPE` to disable instrumentation - [@dblock](https://github.com/dblock). | ||
|
||
1.0.0 (12/18/2012) | ||
================== | ||
## 1.0.0 (12/18/2012) | ||
|
||
* Initial public release - [@flyerhzm](https://github.com/flyerhzm). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
module NewRelic | ||
module Grape | ||
VERSION = "1.1.0" | ||
VERSION = "1.2.0" | ||
end | ||
end |