Skip to content

Commit

Permalink
Bump for release (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
MaeIsBad authored Mar 23, 2023
1 parent fd78c0c commit 78ec025
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.1.2] - 2023-03-23

### Added

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


[Unreleased]: https://github.com/primait/teleplug/compare/1.1.1...HEAD

[Unreleased]: https://github.com/primait/teleplug/compare/1.1.2...HEAD
[1.1.2]: https://github.com/primait/teleplug/compare/1.1.1...1.1.2
[1.1.1]: https://github.com/primait/teleplug/compare/1.1.1...1.1.2
[1.1.1]: https://github.com/primait/teleplug/compare/1.1.0...1.1.1
[1.1.0]: https://github.com/primait/teleplug/releases/tag/1.1.0
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defmodule Teleplug.MixProject do
use Mix.Project

@source_url "https://github.com/primait/teleplug"
@version "1.1.1"
@version "1.1.2"

def project do
[
Expand Down

0 comments on commit 78ec025

Please sign in to comment.