Skip to content

Commit

Permalink
chore: bump version to 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hpopp committed Oct 13, 2019
1 parent 86b611e commit 92e7e5e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions 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.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
@@ -1,7 +1,7 @@
defmodule Pigeon.Mixfile do
use Mix.Project

@version "1.3.2"
@version "1.4.0"

def project do
[
Expand Down

0 comments on commit 92e7e5e

Please sign in to comment.