Skip to content

Commit

Permalink
[COAPL-665]: Improve purchase offer SLO in Stonehenge to ignore expec…
Browse files Browse the repository at this point in the history
…ted error types (#140)
  • Loading branch information
BrokenSt0rm committed Feb 21, 2024
1 parent c8829a4 commit 866f13f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.2.1] - 2024-02-21

### Changed

- Unpinned absinthe patch version in order to not downgrade it when this package is required

## [2.2.0] - 2024-02-20

### Changed
Expand Down
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defmodule OpentelemetryAbsinthe.MixProject do
use Mix.Project

@source_url "https://github.com/primait/opentelemetry_absinthe"
@version "2.2.0"
@version "2.2.1"

def project do
[
Expand Down Expand Up @@ -41,7 +41,7 @@ defmodule OpentelemetryAbsinthe.MixProject do

defp deps do
[
{:absinthe, "~> 1.7.0"},
{:absinthe, "~> 1.7"},
{:jason, "~> 1.2"},
{:opentelemetry_api, "~> 1.1"},
{:telemetry, "~> 0.4 or ~> 1.0"}
Expand Down

0 comments on commit 866f13f

Please sign in to comment.