diff --git a/Blob/Changelog.txt b/Blob/Changelog.txt
index 9e2ba9f20..65154933c 100644
--- a/Blob/Changelog.txt
+++ b/Blob/Changelog.txt
@@ -1,3 +1,7 @@
+Changes in 11.1.5:
+
+- Fixed bug where egress bytes were not reported.
+
Changes in 11.1.4:
- Addressed GitHub Issue #908 - Unobserved exception was rethrown by the finalizer thread while using Storage Client.
diff --git a/Blob/README.md b/Blob/README.md
index f9406d6ab..7d3a2d6df 100644
--- a/Blob/README.md
+++ b/Blob/README.md
@@ -1,4 +1,4 @@
-# Microsoft Azure Storage Blob SDK for .NET (11.1.4)
+# Microsoft Azure Storage Blob SDK for .NET (11.1.5)
The Microsoft Azure Storage Blob SDK for .NET allows you to build Azure applications that take advantage of scalable cloud computing resources.
diff --git a/Common/README.md b/Common/README.md
index bc729f46b..3da78fad9 100644
--- a/Common/README.md
+++ b/Common/README.md
@@ -1,4 +1,4 @@
-# Microsoft Azure Storage Common SDK for .NET (11.1.4)
+# Microsoft Azure Storage Common SDK for .NET (11.1.5)
The Microsoft Azure Storage Common SDK for .NET is referenced by Azure Storage Blob/Queue/File SDKs and Azure CosmosDB Table SDK
and should not be referenced directly by your application.
diff --git a/Common/changelog.txt b/Common/changelog.txt
index 675d5e01d..96df1f6db 100644
--- a/Common/changelog.txt
+++ b/Common/changelog.txt
@@ -1,3 +1,7 @@
+Changes in 11.1.5:
+
+- Fixed bug where egress bytes were not reported.
+
Changes in 11.1.4:
- Addressed GitHub Issue #908 - Unobserved exception was rethrown by the finalizer thread while using Storage Client.
diff --git a/File/Changelog.txt b/File/Changelog.txt
index 8706d1017..507f77cb6 100644
--- a/File/Changelog.txt
+++ b/File/Changelog.txt
@@ -1,3 +1,7 @@
+Changes in 11.1.5:
+
+- Fixed bug where egress bytes were not reported.
+
Changes in 11.1.4:
- Addressed GitHub Issue #908 - Unobserved exception was rethrown by the finalizer thread while using Storage Client.
diff --git a/File/README.md b/File/README.md
index 186b8129a..a07a9e0ce 100644
--- a/File/README.md
+++ b/File/README.md
@@ -1,4 +1,4 @@
-# Microsoft Azure Storage File SDK for .NET (11.1.4)
+# Microsoft Azure Storage File SDK for .NET (11.1.5)
The Microsoft Azure Storage File SDK for .NET allows you to build Azure applications that take advantage of scalable cloud computing resources.
diff --git a/Lib/Common.Split/NetFx/Properties/AssemblyInfo.cs b/Lib/Common.Split/NetFx/Properties/AssemblyInfo.cs
index 14c79b44f..ad83ac8f9 100644
--- a/Lib/Common.Split/NetFx/Properties/AssemblyInfo.cs
+++ b/Lib/Common.Split/NetFx/Properties/AssemblyInfo.cs
@@ -35,9 +35,9 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("11.1.4.0")]
-[assembly: AssemblyFileVersion("11.1.4.0")]
-[assembly: AssemblyInformationalVersion("11.1.4.0")]
+[assembly: AssemblyVersion("11.1.5.0")]
+[assembly: AssemblyFileVersion("11.1.5.0")]
+[assembly: AssemblyInformationalVersion("11.1.5.0")]
#if SIGN
[assembly: InternalsVisibleTo(
diff --git a/Lib/Common.Split/NetStandard/Microsoft.Azure.Storage.Common/Properties/AssemblyInfo.cs b/Lib/Common.Split/NetStandard/Microsoft.Azure.Storage.Common/Properties/AssemblyInfo.cs
index b1969d740..77dcc3f98 100644
--- a/Lib/Common.Split/NetStandard/Microsoft.Azure.Storage.Common/Properties/AssemblyInfo.cs
+++ b/Lib/Common.Split/NetStandard/Microsoft.Azure.Storage.Common/Properties/AssemblyInfo.cs
@@ -34,9 +34,9 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("11.1.4.0")]
-[assembly: AssemblyFileVersion("11.1.4.0")]
-[assembly: AssemblyInformationalVersion("11.1.4.0")]
+[assembly: AssemblyVersion("11.1.5.0")]
+[assembly: AssemblyFileVersion("11.1.5.0")]
+[assembly: AssemblyInformationalVersion("11.1.5.0")]
#if SIGN
[assembly: InternalsVisibleTo(
diff --git a/Lib/Common.Split/NetStandard2/Properties/AssemblyInfo.cs b/Lib/Common.Split/NetStandard2/Properties/AssemblyInfo.cs
index c77b6fbe0..3989b6c14 100644
--- a/Lib/Common.Split/NetStandard2/Properties/AssemblyInfo.cs
+++ b/Lib/Common.Split/NetStandard2/Properties/AssemblyInfo.cs
@@ -35,9 +35,9 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("11.1.4.0")]
-[assembly: AssemblyFileVersion("11.1.4.0")]
-[assembly: AssemblyInformationalVersion("11.1.4.0")]
+[assembly: AssemblyVersion("11.1.5.0")]
+[assembly: AssemblyFileVersion("11.1.5.0")]
+[assembly: AssemblyInformationalVersion("11.1.5.0")]
#if SIGN
diff --git a/Lib/Common/Shared/Protocol/Constants.cs b/Lib/Common/Shared/Protocol/Constants.cs
index f0324e404..c897528d9 100644
--- a/Lib/Common/Shared/Protocol/Constants.cs
+++ b/Lib/Common/Shared/Protocol/Constants.cs
@@ -1055,7 +1055,7 @@ static HeaderConstants()
///
/// Specifies the value to use for UserAgent header.
///
- public const string UserAgentProductVersion = "11.1.4";
+ public const string UserAgentProductVersion = "11.1.5";
///
/// Master Microsoft Azure Storage header prefix.
diff --git a/Lib/NetStandard2.Split/Blob/Properties/AssemblyInfo.cs b/Lib/NetStandard2.Split/Blob/Properties/AssemblyInfo.cs
index e39838d32..9036f49cd 100644
--- a/Lib/NetStandard2.Split/Blob/Properties/AssemblyInfo.cs
+++ b/Lib/NetStandard2.Split/Blob/Properties/AssemblyInfo.cs
@@ -35,9 +35,9 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("11.1.4.0")]
-[assembly: AssemblyFileVersion("11.1.4.0")]
-[assembly: AssemblyInformationalVersion("11.1.4.0")]
+[assembly: AssemblyVersion("11.1.5.0")]
+[assembly: AssemblyFileVersion("11.1.5.0")]
+[assembly: AssemblyInformationalVersion("11.1.5.0")]
#if SIGN
[assembly: InternalsVisibleTo(
diff --git a/Lib/NetStandard2.Split/File/Properties/AssemblyInfo.cs b/Lib/NetStandard2.Split/File/Properties/AssemblyInfo.cs
index ac0cd04db..d726e6a7e 100644
--- a/Lib/NetStandard2.Split/File/Properties/AssemblyInfo.cs
+++ b/Lib/NetStandard2.Split/File/Properties/AssemblyInfo.cs
@@ -35,9 +35,9 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("11.1.4.0")]
-[assembly: AssemblyFileVersion("11.1.4.0")]
-[assembly: AssemblyInformationalVersion("11.1.4.0")]
+[assembly: AssemblyVersion("11.1.5.0")]
+[assembly: AssemblyFileVersion("11.1.5.0")]
+[assembly: AssemblyInformationalVersion("11.1.5.0")]
#if SIGN
[assembly: InternalsVisibleTo("Microsoft.Azure.Storage.Test, PublicKey=" +
diff --git a/Lib/NetStandard2.Split/Queue/Properties/AssemblyInfo.cs b/Lib/NetStandard2.Split/Queue/Properties/AssemblyInfo.cs
index 6a7600066..2f63d0f3f 100644
--- a/Lib/NetStandard2.Split/Queue/Properties/AssemblyInfo.cs
+++ b/Lib/NetStandard2.Split/Queue/Properties/AssemblyInfo.cs
@@ -35,9 +35,9 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("11.1.4.0")]
-[assembly: AssemblyFileVersion("11.1.4.0")]
-[assembly: AssemblyInformationalVersion("11.1.4.0")]
+[assembly: AssemblyVersion("11.1.5.0")]
+[assembly: AssemblyFileVersion("11.1.5.0")]
+[assembly: AssemblyInformationalVersion("11.1.5.0")]
#if SIGN
[assembly: InternalsVisibleTo(
diff --git a/Lib/Netstandard.Split/Microsoft.Azure.Storage.Blob/Properties/AssemblyInfo.cs b/Lib/Netstandard.Split/Microsoft.Azure.Storage.Blob/Properties/AssemblyInfo.cs
index d9905cefe..d14ab8cff 100644
--- a/Lib/Netstandard.Split/Microsoft.Azure.Storage.Blob/Properties/AssemblyInfo.cs
+++ b/Lib/Netstandard.Split/Microsoft.Azure.Storage.Blob/Properties/AssemblyInfo.cs
@@ -34,9 +34,9 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("11.1.4")]
-[assembly: AssemblyFileVersion("11.1.4")]
-[assembly: AssemblyInformationalVersion("11.1.4.0")]
+[assembly: AssemblyVersion("11.1.5")]
+[assembly: AssemblyFileVersion("11.1.5")]
+[assembly: AssemblyInformationalVersion("11.1.5.0")]
#if SIGN
[assembly: InternalsVisibleTo(
diff --git a/Lib/Netstandard.Split/Microsoft.Azure.Storage.File/Properties/AssemblyInfo.cs b/Lib/Netstandard.Split/Microsoft.Azure.Storage.File/Properties/AssemblyInfo.cs
index b5ad743e6..65a2302b3 100644
--- a/Lib/Netstandard.Split/Microsoft.Azure.Storage.File/Properties/AssemblyInfo.cs
+++ b/Lib/Netstandard.Split/Microsoft.Azure.Storage.File/Properties/AssemblyInfo.cs
@@ -34,9 +34,9 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("11.1.4")]
-[assembly: AssemblyFileVersion("11.1.4")]
-[assembly: AssemblyInformationalVersion("11.1.4.0")]
+[assembly: AssemblyVersion("11.1.5")]
+[assembly: AssemblyFileVersion("11.1.5")]
+[assembly: AssemblyInformationalVersion("11.1.5.0")]
[assembly: InternalsVisibleTo(
"Microsoft.Azure.Storage.Test, PublicKey=" +
diff --git a/Lib/Netstandard.Split/Microsoft.Azure.Storage.Queue/Properties/AssemblyInfo.cs b/Lib/Netstandard.Split/Microsoft.Azure.Storage.Queue/Properties/AssemblyInfo.cs
index b5a2e77e4..900a90096 100644
--- a/Lib/Netstandard.Split/Microsoft.Azure.Storage.Queue/Properties/AssemblyInfo.cs
+++ b/Lib/Netstandard.Split/Microsoft.Azure.Storage.Queue/Properties/AssemblyInfo.cs
@@ -22,9 +22,9 @@
// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("9d154050-0b01-4f70-afa3-8e2176e9cd73")]
-[assembly: AssemblyVersion("11.1.4")]
-[assembly: AssemblyFileVersion("11.1.4")]
-[assembly: AssemblyInformationalVersion("11.1.4.0")]
+[assembly: AssemblyVersion("11.1.5")]
+[assembly: AssemblyFileVersion("11.1.5")]
+[assembly: AssemblyInformationalVersion("11.1.5.0")]
[assembly: InternalsVisibleTo(
"Microsoft.Azure.Storage.Test, PublicKey=" +
diff --git a/Lib/WindowsDesktop.Split/Blob/Properties/AssemblyInfo.cs b/Lib/WindowsDesktop.Split/Blob/Properties/AssemblyInfo.cs
index 408b141c5..24b308195 100644
--- a/Lib/WindowsDesktop.Split/Blob/Properties/AssemblyInfo.cs
+++ b/Lib/WindowsDesktop.Split/Blob/Properties/AssemblyInfo.cs
@@ -35,9 +35,9 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("11.1.4")]
-[assembly: AssemblyFileVersion("11.1.4")]
-[assembly: AssemblyInformationalVersion("11.1.4.0")]
+[assembly: AssemblyVersion("11.1.5")]
+[assembly: AssemblyFileVersion("11.1.5")]
+[assembly: AssemblyInformationalVersion("11.1.5.0")]
#if SIGN
[assembly: InternalsVisibleTo(
diff --git a/Lib/WindowsDesktop.Split/File/Properties/AssemblyInfo.cs b/Lib/WindowsDesktop.Split/File/Properties/AssemblyInfo.cs
index b92ba5dbf..60829a9f8 100644
--- a/Lib/WindowsDesktop.Split/File/Properties/AssemblyInfo.cs
+++ b/Lib/WindowsDesktop.Split/File/Properties/AssemblyInfo.cs
@@ -35,9 +35,9 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("11.1.4")]
-[assembly: AssemblyFileVersion("11.1.4")]
-[assembly: AssemblyInformationalVersion("11.1.4.0")]
+[assembly: AssemblyVersion("11.1.5")]
+[assembly: AssemblyFileVersion("11.1.5")]
+[assembly: AssemblyInformationalVersion("11.1.5.0")]
#if SIGN
[assembly: InternalsVisibleTo(
diff --git a/Lib/WindowsDesktop.Split/Queue/Properties/AssemblyInfo.cs b/Lib/WindowsDesktop.Split/Queue/Properties/AssemblyInfo.cs
index 8e0fbfff4..2ac9dfa29 100644
--- a/Lib/WindowsDesktop.Split/Queue/Properties/AssemblyInfo.cs
+++ b/Lib/WindowsDesktop.Split/Queue/Properties/AssemblyInfo.cs
@@ -35,9 +35,9 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("11.1.4")]
-[assembly: AssemblyFileVersion("11.1.4")]
-[assembly: AssemblyInformationalVersion("11.1.4.0")]
+[assembly: AssemblyVersion("11.1.5")]
+[assembly: AssemblyFileVersion("11.1.5")]
+[assembly: AssemblyInformationalVersion("11.1.5.0")]
#if SIGN
[assembly: InternalsVisibleTo(
diff --git a/Nuspecs/CreatePackages/CreatePackages.csproj b/Nuspecs/CreatePackages/CreatePackages.csproj
index b40a12d99..b6cb7e2fc 100644
--- a/Nuspecs/CreatePackages/CreatePackages.csproj
+++ b/Nuspecs/CreatePackages/CreatePackages.csproj
@@ -1,7 +1,7 @@
- 11.1.4
+ 11.1.5
origin/master
v4.7.2
diff --git a/Queue/Changelog.txt b/Queue/Changelog.txt
index ea824f2c5..84db1107a 100644
--- a/Queue/Changelog.txt
+++ b/Queue/Changelog.txt
@@ -1,3 +1,7 @@
+Changes in 11.1.5:
+
+- Fixed bug where egress bytes were not reported.
+
Changes in 11.1.4:
- Addressed GitHub Issue #908 - Unobserved exception was rethrown by the finalizer thread while using Storage Client.
diff --git a/Queue/README.md b/Queue/README.md
index 690fd9e26..13bbe680b 100644
--- a/Queue/README.md
+++ b/Queue/README.md
@@ -1,4 +1,4 @@
-# Microsoft Azure Storage Queue SDK for .NET (11.1.4)
+# Microsoft Azure Storage Queue SDK for .NET (11.1.5)
The Microsoft Azure Storage Queue SDK for .NET allows you to build Azure applications that take advantage of scalable cloud computing resources.
diff --git a/README.md b/README.md
index 7d8452e9b..75f7ecd81 100644
--- a/README.md
+++ b/README.md
@@ -13,7 +13,7 @@
## For more details, please visit the proper location for each repo.
-# Microsoft Azure Storage SDK for .NET (11.0.0)
+# Microsoft Azure Storage SDK for .NET (11.1.5)
> Server Version: 2019-02-02