File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed
Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 1+ files :
2+ - path : mix.exs
3+ pattern : ' @version \"{version}\"'
4+
Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ---
11+
12+ ## [ 1.1.1] - 2023-03-09
13+
1014### Added
1115
1216- Usage of the ` opentelemetry_semantic_conversion ` auto-generated library to ensure proper conventions are followed
@@ -29,5 +33,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2933 The OpenTelemetry API/SDK itself [ does that automatically since 1.1.0] ( https://github.com/open-telemetry/opentelemetry-erlang/pull/394 ) .
3034 If you're upgrading to Teleplug 1.1.0, it is therefore recommended to also upgrade to OpenTelemetry API 1.1.0
3135
32- [ Unreleased ] : https://github.com/primait/teleplug/compare/1.1.0...HEAD
36+
37+ [ Unreleased ] : https://github.com/primait/teleplug/compare/1.1.1...HEAD
38+ [ 1.1.1 ] : https://github.com/primait/teleplug/compare/1.1.0...1.1.1
3339[ 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.0 "
5+ @ version "1.1.1 "
66
77 def project do
88 [
You can’t perform that action at this time.
0 commit comments