From 4d0cccb8e5fff703a798e62b73c10d3c9c7a758d Mon Sep 17 00:00:00 2001 From: Kenneth Geisshirt Date: Wed, 25 Apr 2018 12:54:25 +0200 Subject: [PATCH] [2.3.5] Bump version --- CHANGELOG.md | 5 +++-- package.json | 2 +- src/RealmJS.xcodeproj/project.pbxproj | 4 ++-- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 184a94fe..d9179ad8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -X.Y.Z Release notes +2.3.5 Release notes (2018-4-25) ============================================================= ### Compatibility * Sync protocol: 24 @@ -10,7 +10,8 @@ X.Y.Z Release notes * None. ### Enhancements -* Add password reset wrappers (#1699). +* Added password reset wrappers (#1699). +* Added a certificate validation using Android Keystore for RN (#1761). ### Bug fixes * Fixed logout error due to fetch body not being stringified (#1731). diff --git a/package.json b/package.json index b065ba7e..8a6ac59f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "realm", "description": "Realm is a mobile database: an alternative to SQLite and key-value stores", - "version": "2.3.4", + "version": "2.3.5", "license": "Apache-2.0", "homepage": "https://realm.io", "keywords": [ diff --git a/src/RealmJS.xcodeproj/project.pbxproj b/src/RealmJS.xcodeproj/project.pbxproj index 55c00be9..bfbedffe 100644 --- a/src/RealmJS.xcodeproj/project.pbxproj +++ b/src/RealmJS.xcodeproj/project.pbxproj @@ -969,7 +969,7 @@ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 2.3.4; + CURRENT_PROJECT_VERSION = 2.3.5; CXX = "$(SRCROOT)/../scripts/ccache-clang++.sh"; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; ENABLE_STRICT_OBJC_MSGSEND = YES; @@ -1033,7 +1033,7 @@ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 2.3.4; + CURRENT_PROJECT_VERSION = 2.3.5; CXX = "$(SRCROOT)/../scripts/ccache-clang++.sh"; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; ENABLE_NS_ASSERTIONS = NO;