Skip to content

Commit

Permalink
fix: HTTPoison 2.0 allowed in mix.exs
Browse files Browse the repository at this point in the history
  • Loading branch information
hpopp committed Jan 17, 2024
1 parent 6a21b00 commit ecec4b1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
elixir 1.10.2
elixir 1.15.5-otp-26
erlang 26.0.2
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,14 @@

## 1.6.2

**Changed**

- Relax Poison dependency to allow 5.x.
- Support HTTPoison 2.0, dropping support for ~> 0.7.

**Fixed**

- Handle new PEM decode case for APNS cert keys.
- Relax Poison dependency to allow 5.x
- Handle new PEM decode case for APNS cert keys with OpenSSL 3.0.

## v1.6.1

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ defmodule Pigeon.Mixfile do
{:excoveralls, "~> 0.5", only: :test},
{:ex_doc, "~> 0.18", only: :dev},
{:gen_stage, "~> 0.12 or ~> 1.0"},
{:httpoison, "~> 0.7 or ~> 1.0"},
{:httpoison, "~> 1.0 or ~> 2.0"},
{:joken, "~> 2.1"},
{:kadabra, "~> 0.6.0", optional: true},
{:poison, "~> 2.0 or ~> 3.0 or ~> 4.0 or ~> 5.0"}
Expand Down

0 comments on commit ecec4b1

Please sign in to comment.