Skip to content

Commit cf619bc

Browse files
committed
v0.0.6
1 parent 8697abb commit cf619bc

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 0.0.6 (2015-10-14)
4+
5+
* In case when token size is incorrect (!= 64), error callback will be triggered
6+
* In case when payload size is too big and can't be adjusted by truncating alert, error callback will be triggered
7+
38
## 0.0.5 (2015-10-5)
49

510
* Localized alerts are now supported

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ WIP
99
1. Add apns to your list of dependencies in mix.exs:
1010

1111
def deps do
12-
[{:apns, "~> 0.0.5"}]
12+
[{:apns, "~> 0.0.6"}]
1313
end
1414

1515
2. Ensure apns is started before your application:

mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ defmodule APNS.Mixfile do
44
def project do
55
[
66
app: :apns,
7-
version: "0.0.5",
7+
version: "0.0.6",
88
elixir: "~> 1.0",
99
build_embedded: Mix.env == :prod,
1010
start_permanent: Mix.env == :prod,

0 commit comments

Comments
 (0)