Skip to content

Commit 78ec025

Browse files
authored
Bump for release (#98)
1 parent fd78c0c commit 78ec025

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.1.2] - 2023-03-23
11+
1012
### Added
1113

1214
- Set span status to error if the returned http status code is 5xx
@@ -36,6 +38,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3638
If you're upgrading to Teleplug 1.1.0, it is therefore recommended to also upgrade to OpenTelemetry API 1.1.0
3739

3840

39-
[Unreleased]: https://github.com/primait/teleplug/compare/1.1.1...HEAD
41+
42+
[Unreleased]: https://github.com/primait/teleplug/compare/1.1.2...HEAD
43+
[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
4045
[1.1.1]: https://github.com/primait/teleplug/compare/1.1.0...1.1.1
4146
[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.1"
5+
@version "1.1.2"
66

77
def project do
88
[

0 commit comments

Comments
 (0)