Skip to content

Commit

Permalink
Prepare for 1.2.0 release (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
GregMefford authored Oct 23, 2021
1 parent 7fb6c34 commit 7e3d3c9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline

<!-- changelog -->

## [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:
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -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
[
Expand Down

0 comments on commit 7e3d3c9

Please sign in to comment.