diff --git a/BinaryProjects/AppNexusSDK/Info.plist b/BinaryProjects/AppNexusSDK/Info.plist index 4ba8646fb..4345d5ac7 100644 --- a/BinaryProjects/AppNexusSDK/Info.plist +++ b/BinaryProjects/AppNexusSDK/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 4.9 + 4.10 CFBundleSignature ???? CFBundleVersion diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 39a103fbf..4310308e5 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -1,10 +1,16 @@ +## 4.10 +### New Features and Bug Fixes ++ MS-3181 -- Allow ANInstreamVideoAd to be initialized with inventoryCode and memberId. ++ MS-3409 -- Repair SDK build errors highlighted by Xcode 10beta4. ++ MS-3324 -- Allow designation of arbitrary sizes to trigger full view constraints on banner ad instances. ++ MS-3427 -- Update Banner Native such that mainImage and iconImage are never downloaded automatically. ++ MS-3199 -- Add impression count API for Mediated Native creatives ++ MS-3444 -- Add API to restrict allowed media types for Banner Ad ## 4.9 ### New Features + MS-3234 -- Open Measurement SDK Support for HTML Banner Ads - - ## 4.8 ### New Features + MS-3083 -- Native for Banner Ad View diff --git a/sdk/internal/ANGlobal.h b/sdk/internal/ANGlobal.h index d736e1a59..30236e46a 100644 --- a/sdk/internal/ANGlobal.h +++ b/sdk/internal/ANGlobal.h @@ -27,7 +27,7 @@ #define AN_ERROR_TABLE @"errors" #define AN_DEFAULT_PLACEMENT_ID @"default_placement_id" -#define AN_SDK_VERSION @"4.9" +#define AN_SDK_VERSION @"4.10" #define APPNEXUS_BANNER_SIZE CGSizeMake(320, 50) #define APPNEXUS_MEDIUM_RECT_SIZE CGSizeMake(300, 250)