Skip to content

Commit bdd4f64

Browse files
release: Release opentelemetry-instrumentation-grape 0.1.1 (#446)
* release: Release opentelemetry-instrumentation-grape 0.1.1 * docs: Update CHANGELOG.md --------- Co-authored-by: Ariel Valentin <[email protected]> Co-authored-by: Ariel Valentin <[email protected]>
1 parent 673ab6e commit bdd4f64

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.1 / 2023-04-26
4+
5+
* FIXED: Set grape.formatter.type to 'custom' for non-Grape formatters
6+
37
### v0.1.0 / 2023-04-17
48

59
* Initial release.

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.0'
11+
VERSION = '0.1.1'
1212
end
1313
end
1414
end

0 commit comments

Comments
 (0)