File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,16 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
55
66<!-- changelog -->
77
8+ ## [ 1.2.0] ( https://github.com/spandex-project/spandex_datadog/compare/1.1.0...1.2.0 ) (2021-10-23)
9+
10+ ### Features:
11+
12+ * Handle structs explicitly when adding error type [ #37 ] ( https://github.com/spandex-project/spandex_datadog/pull/37 )
13+ * Misc doc generation changes [ #40 ] ( https://github.com/spandex-project/spandex_datadog/pull/40 )
14+ * Remove usage of the transitive dependency Optimal [ #33 ] ( https://github.com/spandex-project/spandex_datadog/pull/33 )
15+ * Update min version of telemetry [ #43 ] ( https://github.com/spandex-project/spandex_datadog/pull/43 )
16+ * add container id to ApiServer.State and send in header [ #38 ] ( https://github.com/spandex-project/spandex_datadog/pull/38 )
17+
818## [ 1.1.0] ( https://github.com/spandex-project/spandex_datadog/compare/1.0.0...1.1.0 ) (2021-01-19)
919
1020### Features:
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ defmodule SpandexDatadog.MixProject do
22 use Mix.Project
33
44 @ source_url "https://github.com/spandex-project/spandex_datadog"
5- @ version "1.1 .0"
5+ @ version "1.2 .0"
66
77 def project do
88 [
You can’t perform that action at this time.
0 commit comments