Skip to content

Commit 3821490

Browse files
authored
bump for release (#93)
1 parent 5a95128 commit 3821490

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

.versions.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
files:
2+
- path: mix.exs
3+
pattern: '@version \"{version}\"'
4+

CHANGELOG.md

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

mix.exs

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

0 commit comments

Comments
 (0)