From 7e3d3c95bbcc54a2f1966694371099cae2d569fe Mon Sep 17 00:00:00 2001 From: Greg Mefford Date: Sat, 23 Oct 2021 13:32:27 -0400 Subject: [PATCH] Prepare for 1.2.0 release (#44) --- CHANGELOG.md | 10 ++++++++++ mix.exs | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b0764e6..45cc293 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,16 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [1.2.0](https://github.com/spandex-project/spandex_datadog/compare/1.1.0...1.2.0) (2021-10-23) + +### Features: + +* Handle structs explicitly when adding error type [#37](https://github.com/spandex-project/spandex_datadog/pull/37) +* Misc doc generation changes [#40](https://github.com/spandex-project/spandex_datadog/pull/40) +* Remove usage of the transitive dependency Optimal [#33](https://github.com/spandex-project/spandex_datadog/pull/33) +* Update min version of telemetry [#43](https://github.com/spandex-project/spandex_datadog/pull/43) +* add container id to ApiServer.State and send in header [#38](https://github.com/spandex-project/spandex_datadog/pull/38) + ## [1.1.0](https://github.com/spandex-project/spandex_datadog/compare/1.0.0...1.1.0) (2021-01-19) ### Features: diff --git a/mix.exs b/mix.exs index cd219d1..ad3ce39 100644 --- a/mix.exs +++ b/mix.exs @@ -2,7 +2,7 @@ defmodule SpandexDatadog.MixProject do use Mix.Project @source_url "https://github.com/spandex-project/spandex_datadog" - @version "1.1.0" + @version "1.2.0" def project do [