Skip to content

Commit

Permalink
Changelog, contribs, small fix, etc.
Browse files Browse the repository at this point in the history
  • Loading branch information
hce committed Jul 30, 2021
1 parent 2f27d4e commit 0baad56
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CONTRIBUTORS
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@ request.
Rick Elrod
Timo von Holtz
Jesse Kempf
Alexey Zabelin
Bastian Senst
7 changes: 7 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
0.3.0.0
=======

- Add support for JWT authentication
- Allow arbitrary user specific content to be passed to the push API
- Stability improvements

0.2.0.2
=======

Expand Down
2 changes: 1 addition & 1 deletion push-notify-apn.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: push-notify-apn
version: 0.2.0.1
version: 0.3.0.0
synopsis: Send push notifications to mobile iOS devices
description:
push-notify-apn is a library and command line utility that can be used to send
Expand Down
4 changes: 2 additions & 2 deletions src/Network/PushNotify/APN.hs
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ import Data.Typeable (Typeable)
import Data.X509
import Data.X509.CertificateStore
import GHC.Generics
import Network.HTTP2 (ErrorCodeId,
import Network.HTTP2.Frame (ErrorCodeId,
toErrorCodeId)
import "http2-client" Network.HTTP2.Client
import "http2-client" Network.HTTP2.Client.FrameConnection
Expand All @@ -96,7 +96,7 @@ import qualified Data.Text as T
import qualified Data.Text.Encoding as TE

import qualified Network.HPACK as HTTP2
import qualified Network.HTTP2 as HTTP2
import qualified Network.HTTP2.Frame as HTTP2

-- | A session that manages connections to Apple's push notification service
data ApnSession = ApnSession
Expand Down

0 comments on commit 0baad56

Please sign in to comment.