We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38b083a commit b287626Copy full SHA for b287626
2 files changed
instrumentation/graphql/CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Release History: opentelemetry-instrumentation-graphql
2
3
+### v0.19.3 / 2022-05-05
4
+
5
+* (No significant changes)
6
7
### v0.19.2 / 2021-12-02
8
9
* (No significant changes)
instrumentation/graphql/lib/opentelemetry/instrumentation/graphql/version.rb
@@ -7,7 +7,7 @@
module OpenTelemetry
module Instrumentation
module GraphQL
10
- VERSION = '0.19.2'
+ VERSION = '0.19.3'
11
end
12
13
0 commit comments