File tree 3 files changed +7
-2
lines changed
3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
8
## 0.0.5 (2015-10-5)
4
9
5
10
* Localized alerts are now supported
Original file line number Diff line number Diff line change 9
9
1 . Add apns to your list of dependencies in mix.exs:
10
10
11
11
def deps do
12
- [{:apns, "~> 0.0.5 "}]
12
+ [{:apns, "~> 0.0.6 "}]
13
13
end
14
14
15
15
2 . Ensure apns is started before your application:
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ defmodule APNS.Mixfile do
4
4
def project do
5
5
[
6
6
app: :apns ,
7
- version: "0.0.5 " ,
7
+ version: "0.0.6 " ,
8
8
elixir: "~> 1.0" ,
9
9
build_embedded: Mix . env == :prod ,
10
10
start_permanent: Mix . env == :prod ,
You can’t perform that action at this time.
0 commit comments