From 511fa1ec0a80a17458614e3bbb25927e3dc696e0 Mon Sep 17 00:00:00 2001 From: Jared Poelman Date: Tue, 26 Jun 2018 12:59:24 -0400 Subject: [PATCH] update changelog and package.json for release 1.7.1 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 61af73a..47b47dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 1.7.1 + +##### Fixed +- Updated the podspec to point to Braze iOS SDK version 3.5.1. + ## 1.7.0 ##### Breaking diff --git a/package.json b/package.json index c26ae65..9f3851f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-appboy-sdk", - "version": "1.7.0", + "version": "1.7.1", "description": "Braze SDK for React Native.", "main": "index.js", "scripts": {