Skip to content

Commit b84d801

Browse files
authored
Merge branch 'master' into is-connection-open
2 parents 69ac41c + 694d2e8 commit b84d801

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
0.3.0.2
2+
=======
3+
4+
- Specify http2 library constraints, need 3.0 or later
5+
16
0.3.0.1
27
=======
38

push-notify-apn.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: push-notify-apn
2-
version: 0.3.0.1
2+
version: 0.3.0.2
33
synopsis: Send push notifications to mobile iOS devices
44
description:
55
push-notify-apn is a library and command line utility that can be used to send
@@ -29,7 +29,7 @@ library
2929
, bytestring
3030
, containers
3131
, data-default
32-
, http2
32+
, http2 >= 3.0
3333
, http2-client >= 0.10.0.1
3434
, lifted-base
3535
, mtl

0 commit comments

Comments
 (0)