Skip to content

Commit 3ad01ea

Browse files
committed
release version 1.1.0
1 parent b38ff65 commit 3ad01ea

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
55

66
<!-- changelog -->
77

8+
## [1.1.0](https://github.com/spandex-project/spandex_datadog/compare/1.0.0...1.1.0) (2021-01-19)
9+
10+
### Features:
11+
12+
* Add Telemetry for ApiServer [#28](https://github.com/spandex-project/spandex_datadog/pull/28)
13+
14+
15+
816
## [1.0.0](https://github.com/spandex-project/spandex_datadog/compare/0.6.0...1.0.0) (2020-05-22)
917
### Breaking Changes:
1018

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencies in `mix.exs`:
1616
```elixir
1717
def deps do
1818
[
19-
{:spandex_datadog, "~> 1.0.0"}
19+
{:spandex_datadog, "~> 1.1"}
2020
]
2121
end
2222
```

mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule SpandexDatadog.MixProject do
22
use Mix.Project
33

4-
@version "1.0.0"
4+
@version "1.1.0"
55

66
def project do
77
[

0 commit comments

Comments
 (0)