Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
dwightwatson committed Feb 19, 2020
1 parent 701ff7c commit a4f8bba
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
14 changes: 12 additions & 2 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,16 @@

All notable changes will be documented in this file

## 1.0.0 - 201X-XX-XX
## 1.1.1 - 2020-02-20
- Return the response value from the `send` method so it is available in the `NotificationSent` event (#76)
- Add `pushType` to support custom push types (#69)

- initial release
## 1.1.0 - 2020-02-18
- Bump the minimum Pushok version (5ab28d108200b378ae477624948fb22f97d41356)

## 1.0.1 - 2020-02-18
- Support passing the token content in directly, instead of having to provide a path to the token file (fbc2ab66b199be383a1938fee040ec4f5cea4a08)
- Support the ability to provide additional configuration to the underlying `Token` class (fbc2ab66b199be383a1938fee040ec4f5cea4a08)

## 1.0.0 - 201X-02-18
- Replace Zend dependency with newer library called Pushok that supports .p8 tokens for authentication (#67)
1 change: 0 additions & 1 deletion README.md
Expand Up @@ -13,7 +13,6 @@ This package makes it easy to send notifications using Apple Push (APN) with Lar
## Contents

- [Installation](#installation)
- [Setting up the APN service](#setting-up-the-apn-service)
- [Usage](#usage)
- [Changelog](#changelog)
- [Testing](#testing)
Expand Down

0 comments on commit a4f8bba

Please sign in to comment.