diff --git a/AppNexusSDK.podspec b/AppNexusSDK.podspec
index 607125ba5..06bd6aaf4 100644
--- a/AppNexusSDK.podspec
+++ b/AppNexusSDK.podspec
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.name = "AppNexusSDK"
- s.version = "7.10"
+ s.version = "7.11"
s.platform = :ios, "9.0"
s.summary = "AppNexus iOS Mobile Advertising SDK"
diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md
index 17dd260e4..12c68c400 100644
--- a/RELEASE-NOTES.md
+++ b/RELEASE-NOTES.md
@@ -1,3 +1,10 @@
+## 7.11
+### Improvements/Bug Fixes
++ MS-4714 Added improvement for Ad Expiry events for Native Ads.
++ MS-4685 Added API to disable tracking cookies during auction.
+### Mediation partner updates
++ MS-4656 Upgraded Google AdMob SDK from v7.69.0 to v8.0.0
+
## 7.10
### New Feature
+ MS-4659, MS-4674 Added support for User Id from external sources(Criteo, NetID, LiverRamp, The Trade Desk) (https://wiki.xandr.com/x/7IW1Bg)
diff --git a/sdk/AppNexusNativeSDK/SDK-Info.plist b/sdk/AppNexusNativeSDK/SDK-Info.plist
index 7f5488338..3ea230113 100644
--- a/sdk/AppNexusNativeSDK/SDK-Info.plist
+++ b/sdk/AppNexusNativeSDK/SDK-Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
FMWK
CFBundleShortVersionString
- 7.10
+ 7.11
CFBundleVersion
$(CURRENT_PROJECT_VERSION)
diff --git a/sdk/AppNexusSDK/SDK-Info.plist b/sdk/AppNexusSDK/SDK-Info.plist
index 1dfe1b686..de26bccf7 100644
--- a/sdk/AppNexusSDK/SDK-Info.plist
+++ b/sdk/AppNexusSDK/SDK-Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
FMWK
CFBundleShortVersionString
- 7.10
+ 7.11
CFBundleSignature
????
CFBundleVersion
diff --git a/sdk/sourcefiles/internal/ANGlobal.h b/sdk/sourcefiles/internal/ANGlobal.h
index 2391f8079..18d29a9f2 100644
--- a/sdk/sourcefiles/internal/ANGlobal.h
+++ b/sdk/sourcefiles/internal/ANGlobal.h
@@ -26,7 +26,7 @@
#define AN_ERROR_TABLE @"errors"
#define AN_DEFAULT_PLACEMENT_ID @"default_placement_id"
-#define AN_SDK_VERSION @"7.10"
+#define AN_SDK_VERSION @"7.11"
#define APPNEXUS_BANNER_SIZE CGSizeMake(320, 50)