Skip to content

Commit

Permalink
bump for release (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
cpiemontese authored Mar 10, 2023
1 parent 5a95128 commit 3821490
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .versions.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
files:
- path: mix.exs
pattern: '@version \"{version}\"'

8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

---

## [1.1.1] - 2023-03-09

### Added

- Usage of the `opentelemetry_semantic_conversion` auto-generated library to ensure proper conventions are followed
Expand All @@ -29,5 +33,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
The OpenTelemetry API/SDK itself [does that automatically since 1.1.0](https://github.com/open-telemetry/opentelemetry-erlang/pull/394).
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.0...HEAD

[Unreleased]: https://github.com/primait/teleplug/compare/1.1.1...HEAD
[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.0"
@version "1.1.1"

def project do
[
Expand Down

0 comments on commit 3821490

Please sign in to comment.