From 498c6b9d873a962db720912255ea4605c33d1d9d Mon Sep 17 00:00:00 2001 From: Punnaghai Puviarasu Date: Tue, 1 Aug 2017 23:31:35 +0530 Subject: [PATCH] Added release notes & version number update --- RELEASE-NOTES.md | 11 +++++++++++ sdk/internal/ANGlobal.h | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index a734a92e2..06af63dc1 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -1,3 +1,14 @@ +## 3.5 + +### Bug Fixes and Updates + ++ Instream video is only supported in iOS 9 and above + +### Mediated SDKs + ++ AdColony SDK v3.1.1 + + ## 3.4 ### Bug Fixes and Updates diff --git a/sdk/internal/ANGlobal.h b/sdk/internal/ANGlobal.h index 13b1697c1..72dea753d 100644 --- a/sdk/internal/ANGlobal.h +++ b/sdk/internal/ANGlobal.h @@ -20,7 +20,7 @@ #define AN_ERROR_TABLE @"errors" #define AN_DEFAULT_PLACEMENT_ID @"default_placement_id" -#define AN_SDK_VERSION @"3.4" +#define AN_SDK_VERSION @"3.5" #define APPNEXUS_BANNER_SIZE CGSizeMake(320, 50) #define APPNEXUS_MEDIUM_RECT_SIZE CGSizeMake(300, 250)