Skip to content

Commit

Permalink
Merge pull request #831 from rodrigobdz/patch-1
Browse files Browse the repository at this point in the history
Standardize Changelog
  • Loading branch information
Gp2mv3 authored Aug 20, 2018
2 parents f7b4759 + 6d51072 commit a95af74
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,22 @@
# Changelog react-native-push-notification
# Changelog
All notable changes to this project will be documented in this file.

## v3.1.1
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [3.1.1] - 2018-07-31

## Added
- Android Oreo support (SDK >= 26) (PR [#657](https://github.com/zo0r/react-native-push-notification/pull/657))
- Firebase (FCM) Support (PR [#717](https://github.com/zo0r/react-native-push-notification/pull/717))
- Twilio support (PR [#744](https://github.com/zo0r/react-native-push-notification/pull/744))
- clearLocalNotification (PR [#711](https://github.com/zo0r/react-native-push-notification/pull/711))

## Fixed
- checkPermissions (PR [#721](https://github.com/zo0r/react-native-push-notification/pull/721))
- Remove default alert for silent push (PR [#707](https://github.com/zo0r/react-native-push-notification/pull/707))
- clearLocalNotification (PR [#711](https://github.com/zo0r/react-native-push-notification/pull/711))

[Unreleased]: https://github.com/zo0r/react-native-push-notification/compare/v3.1.1...HEAD
[3.1.1]: https://github.com/zo0r/react-native-push-notification/compare/...v3.1.1

0 comments on commit a95af74

Please sign in to comment.