From 92e7e5edea43d5f1ce8d38d2eae54d308032975b Mon Sep 17 00:00:00 2001 From: Henry Popp Date: Sun, 13 Oct 2019 16:59:51 -0500 Subject: [PATCH] chore: bump version to 1.4.0 --- CHANGELOG.md | 4 ++++ README.md | 2 +- mix.exs | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) 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 [