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)