File tree Expand file tree Collapse file tree 2 files changed +11
-5
lines changed
Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ---
11+
12+ ## [ 1.1.3] - 2023-04-04
13+
14+ ### Changed
15+
16+ - Fix versioning of ` telemetry ` dependency
17+
1018## [ 1.1.2] - 2023-03-23
1119
1220### Added
@@ -37,10 +45,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3745 The OpenTelemetry API/SDK itself [ does that automatically since 1.1.0] ( https://github.com/open-telemetry/opentelemetry-erlang/pull/394 ) .
3846 If you're upgrading to Teleplug 1.1.0, it is therefore recommended to also upgrade to OpenTelemetry API 1.1.0
3947
40-
41-
42- [ Unreleased ] : https://github.com/primait/teleplug/compare/1.1.2...HEAD
48+ [ Unreleased ] : https://github.com/primait/teleplug/compare/1.1.3...HEAD
49+ [ 1.1.3 ] : https://github.com/primait/teleplug/compare/1.1.2...1.1.3
4350[ 1.1.2 ] : https://github.com/primait/teleplug/compare/1.1.1...1.1.2
44- [ 1.1.1 ] : https://github.com/primait/teleplug/compare/1.1.1...1.1.2
4551[ 1.1.1 ] : https://github.com/primait/teleplug/compare/1.1.0...1.1.1
4652[ 1.1.0 ] : https://github.com/primait/teleplug/releases/tag/1.1.0
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ defmodule Teleplug.MixProject do
22 use Mix.Project
33
44 @ source_url "https://github.com/primait/teleplug"
5- @ version "1.1.2 "
5+ @ version "1.1.3 "
66
77 def project do
88 [
You can’t perform that action at this time.
0 commit comments