diff --git a/CHANGELOG.md b/CHANGELOG.md index 82f2c226..2cd0128d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## v1.4.0 +* `apns-push-type` header support for iOS 13. An additional `:push_type` key has been + added to the `APNS.Notification` struct. + ## v1.3.2 * Document workers configuration for run-time configuration of push workers. diff --git a/README.md b/README.md index f174b882..cb1909da 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Add pigeon and kadabra as `mix.exs` dependencies: ```elixir def deps do [ - {:pigeon, "~> 1.3.2"}, + {:pigeon, "~> 1.4.0"}, {:kadabra, "~> 0.4.4"} ] end diff --git a/mix.exs b/mix.exs index 4203965e..041635ea 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Pigeon.Mixfile do use Mix.Project - @version "1.3.2" + @version "1.4.0" def project do [