diff --git a/sdk/storage/Azure.Storage.Blobs/CHANGELOG.md b/sdk/storage/Azure.Storage.Blobs/CHANGELOG.md
index b2d563dedf3c..26b3ee6affbf 100644
--- a/sdk/storage/Azure.Storage.Blobs/CHANGELOG.md
+++ b/sdk/storage/Azure.Storage.Blobs/CHANGELOG.md
@@ -1,7 +1,8 @@
# Release History
-## 12.5.0-preview.1 (Unreleased)
-
+## 12.4.3 (2020-06)
+- Fixed bug where copy from URL did not handle non-ASCII characters correctly
+- Fixed bug where download could hang indefinietly on .NET Framework
## 12.4.2 (2020-05)
- Fixed bug where blob, file and directory names were not URL encoded.
diff --git a/sdk/storage/Azure.Storage.Blobs/src/Azure.Storage.Blobs.csproj b/sdk/storage/Azure.Storage.Blobs/src/Azure.Storage.Blobs.csproj
index e78d8243720d..334e3b10fe41 100644
--- a/sdk/storage/Azure.Storage.Blobs/src/Azure.Storage.Blobs.csproj
+++ b/sdk/storage/Azure.Storage.Blobs/src/Azure.Storage.Blobs.csproj
@@ -4,7 +4,7 @@
Microsoft Azure.Storage.Blobs client library
- 12.5.0-preview.1
+ 12.4.3
BlobSDK;$(DefineConstants)
Microsoft Azure Storage Blobs;Microsoft;Azure;Blobs;Blob;Storage;StorageScalable;$(PackageCommonTags)
diff --git a/sdk/storage/Azure.Storage.Common/CHANGELOG.md b/sdk/storage/Azure.Storage.Common/CHANGELOG.md
index 11c3d3f9e4b8..e55008f8270d 100644
--- a/sdk/storage/Azure.Storage.Common/CHANGELOG.md
+++ b/sdk/storage/Azure.Storage.Common/CHANGELOG.md
@@ -1,7 +1,7 @@
# Release History
-## 12.5.0-preview.1 (Unreleased)
-
+## 12.4.2 (2020-06)
+- This release contains bug fixes to improve quality.
## 12.4.1 (2020-05)
- This release contains bug fixes to improve quality.
diff --git a/sdk/storage/Azure.Storage.Common/src/Azure.Storage.Common.csproj b/sdk/storage/Azure.Storage.Common/src/Azure.Storage.Common.csproj
index 57daa4b8b304..44e5d5099b2a 100644
--- a/sdk/storage/Azure.Storage.Common/src/Azure.Storage.Common.csproj
+++ b/sdk/storage/Azure.Storage.Common/src/Azure.Storage.Common.csproj
@@ -4,7 +4,7 @@
Microsoft Azure.Storage.Common client library
- 12.5.0-preview.1
+ 12.4.2
CommonSDK;$(DefineConstants)
Microsoft Azure Storage Common, Microsoft, Azure, StorageScalable, azureofficial
diff --git a/sdk/storage/Azure.Storage.Files.DataLake/CHANGELOG.md b/sdk/storage/Azure.Storage.Files.DataLake/CHANGELOG.md
index 5fd101d08963..08e9177ef4c0 100644
--- a/sdk/storage/Azure.Storage.Files.DataLake/CHANGELOG.md
+++ b/sdk/storage/Azure.Storage.Files.DataLake/CHANGELOG.md
@@ -1,7 +1,7 @@
# Release History
-## 12.3.0-preview.1 (Unreleased)
-
+## 12.2.1 (2020-06)
+- Fixed bug where download could hang indefinietly on .NET Framework
## 12.2.0 (2020-05)
- Added DataLakeFileClient.Upload() overload that allows setting metadata, permissions and umask.
diff --git a/sdk/storage/Azure.Storage.Files.DataLake/src/Azure.Storage.Files.DataLake.csproj b/sdk/storage/Azure.Storage.Files.DataLake/src/Azure.Storage.Files.DataLake.csproj
index 9b9421726985..ea0cc43007b0 100644
--- a/sdk/storage/Azure.Storage.Files.DataLake/src/Azure.Storage.Files.DataLake.csproj
+++ b/sdk/storage/Azure.Storage.Files.DataLake/src/Azure.Storage.Files.DataLake.csproj
@@ -4,7 +4,7 @@
Microsoft Azure.Storage.Files.DataLake client library
- 12.3.0-preview.1
+ 12.2.1
DataLakeSDK;$(DefineConstants)
Microsoft Azure Storage Files;Microsoft;Azure;File;Files;Data Lake;Storage;StorageScalable;$(PackageCommonTags)
diff --git a/sdk/storage/Azure.Storage.Files.Shares/CHANGELOG.md b/sdk/storage/Azure.Storage.Files.Shares/CHANGELOG.md
index e686e19b2fcf..554eccf05110 100644
--- a/sdk/storage/Azure.Storage.Files.Shares/CHANGELOG.md
+++ b/sdk/storage/Azure.Storage.Files.Shares/CHANGELOG.md
@@ -1,7 +1,8 @@
# Release History
-## 12.3.0-preview.1 (Unreleased)
-
+## 12.2.2 (2020-06)
+- Fixed bug where copy from URL did not handle non-ASCII characters correctly
+- Fixed bug where download could hang indefinietly on .NET Framework
## 12.2.1 (2020-05)
- Fixed bug where blob, file and directory names were not URL encoded.
diff --git a/sdk/storage/Azure.Storage.Files.Shares/src/Azure.Storage.Files.Shares.csproj b/sdk/storage/Azure.Storage.Files.Shares/src/Azure.Storage.Files.Shares.csproj
index d8c1b0877a4d..34537bb65950 100644
--- a/sdk/storage/Azure.Storage.Files.Shares/src/Azure.Storage.Files.Shares.csproj
+++ b/sdk/storage/Azure.Storage.Files.Shares/src/Azure.Storage.Files.Shares.csproj
@@ -4,7 +4,7 @@
Microsoft Azure.Storage.Files.Shares client library
- 12.3.0-preview.1
+ 12.2.2
FileSDK;$(DefineConstants)
Microsoft Azure Storage Files;Microsoft;Azure;File;Files;Storage;StorageScalable;$(PackageCommonTags)
diff --git a/sdk/storage/Azure.Storage.Queues/CHANGELOG.md b/sdk/storage/Azure.Storage.Queues/CHANGELOG.md
index afa93b949a74..60875eb14f72 100644
--- a/sdk/storage/Azure.Storage.Queues/CHANGELOG.md
+++ b/sdk/storage/Azure.Storage.Queues/CHANGELOG.md
@@ -1,7 +1,7 @@
# Release History
-## 12.4.0-preview.1 (Unreleased)
-
+## 12.3.1 (2020-06)
+- This release contains bug fixes to improve quality.
## 12.3.0 (2020-03)
- Added Exists(), CreateIfNotExists() and DeleteIfNotExists() to QueueClient.
diff --git a/sdk/storage/Azure.Storage.Queues/src/Azure.Storage.Queues.csproj b/sdk/storage/Azure.Storage.Queues/src/Azure.Storage.Queues.csproj
index 22499d097f26..73a84bf15eef 100644
--- a/sdk/storage/Azure.Storage.Queues/src/Azure.Storage.Queues.csproj
+++ b/sdk/storage/Azure.Storage.Queues/src/Azure.Storage.Queues.csproj
@@ -4,7 +4,7 @@
Microsoft Azure.Storage.Queues client library
- 12.4.0-preview.1
+ 12.3.1
QueueSDK;$(DefineConstants)
Microsoft Azure Storage Queues;Microsoft;Azure;Queues;Queue;Storage;StorageScalable;$(PackageCommonTags)