Skip to content

Commit 7e3d3c9

Browse files
authored
Prepare for 1.2.0 release (#44)
1 parent 7fb6c34 commit 7e3d3c9

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff 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:

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
[

0 commit comments

Comments
 (0)