Skip to content

Commit f1666d1

Browse files
github-actions[bot]robbkiddarielvalentin
authored
release: Release opentelemetry-instrumentation-grape 0.1.2 (#451)
Release the grapes! Now with only implied Rack. --------- Co-authored-by: Robb Kidd <[email protected]> Co-authored-by: Ariel Valentin <[email protected]>
1 parent caf47c1 commit f1666d1

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

instrumentation/grape/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release History: opentelemetry-instrumentation-grape
22

3+
### v0.1.2 / 2023-05-02
4+
5+
* FIXED: Grape Instrumentation handle status code symbol
6+
37
### v0.1.1 / 2023-04-26
48

59
* FIXED: Set grape.formatter.type to 'custom' for non-Grape formatters

instrumentation/grape/lib/opentelemetry/instrumentation/grape/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ module OpenTelemetry
88
module Instrumentation
99
module Grape
1010
# Current gem version
11-
VERSION = '0.1.1'
11+
VERSION = '0.1.2'
1212
end
1313
end
1414
end

0 commit comments

Comments
 (0)