From dd0eec7a816202a7015303841e032d839ad02dc4 Mon Sep 17 00:00:00 2001 From: Boris Tacyniak Date: Mon, 20 Apr 2020 21:46:26 +0200 Subject: [PATCH] Update to version 3.2.0 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index df6f4a6d8..c40006d0f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [3.2.0] - 2020-04-20 + ### Features - (Android) Allow to silence Android foreground notifications [#1183](https://github.com/zo0r/react-native-push-notification/pull/1183) diff --git a/package.json b/package.json index d27fcd3cb..d4dc8ea56 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-push-notification", - "version": "3.1.9", + "version": "3.2.0", "description": "React Native Local and Remote Notifications", "main": "index", "scripts": {