We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a31d776 commit c8829a4Copy full SHA for c8829a4
CHANGELOG.md
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+## [2.2.0] - 2024-02-20
11
+
12
+### Changed
13
14
+- included errors in graphql telemetry events
15
16
## [2.1.0] - 2024-01-12
17
18
### Changed
mix.exs
@@ -2,7 +2,7 @@ defmodule OpentelemetryAbsinthe.MixProject do
2
use Mix.Project
3
4
@source_url "https://github.com/primait/opentelemetry_absinthe"
5
- @version "2.1.0"
+ @version "2.2.0"
6
def project do
[
0 commit comments