Skip to content

Commit

Permalink
chore: versioning and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
yordis committed Dec 13, 2023
1 parent 86e9441 commit 071fa40
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions instrumentation/opentelemetry_oban/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 1.1.0

### Changed

* Improve Plugin span attributes. The Plugin's span introduce a set of
attributes prefixed with `oban.`.

## 1.0.0

### Changed
Expand Down
2 changes: 1 addition & 1 deletion instrumentation/opentelemetry_oban/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule OpentelemetryOban.MixProject do
def project do
[
app: :opentelemetry_oban,
version: "1.0.0",
version: "1.1.0",
elixir: "~> 1.10",
start_permanent: Mix.env() == :prod,
deps: deps(),
Expand Down

0 comments on commit 071fa40

Please sign in to comment.