File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff 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
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.1 "
5+ @ version "1.1.2 "
66
77 def project do
88 [
You can’t perform that action at this time.
0 commit comments