Skip to content

Commit bac6a48

Browse files
authored
Prepare release (#102)
* update CHANGELOG * bump * fix links
1 parent 46ba12e commit bac6a48

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

CHANGELOG.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff 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

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.2"
5+
@version "1.1.3"
66

77
def project do
88
[

0 commit comments

Comments
 (0)