diff --git a/sdk/storage/Azure.Storage.Blobs.Batch/CHANGELOG.md b/sdk/storage/Azure.Storage.Blobs.Batch/CHANGELOG.md
index c7acd42bd30b3..59070294f1296 100644
--- a/sdk/storage/Azure.Storage.Blobs.Batch/CHANGELOG.md
+++ b/sdk/storage/Azure.Storage.Blobs.Batch/CHANGELOG.md
@@ -1,14 +1,9 @@
# Release History
-## 12.18.0-beta.2 (Unreleased)
+## 12.18.0 (2024-07-16)
### Features Added
-
-### Breaking Changes
-
-### Bugs Fixed
-
-### Other Changes
+- Includes all features from 12.18.0-beta.1.
## 12.18.0-beta.1 (2024-06-11)
- Added support for service version 2024-08-04.
diff --git a/sdk/storage/Azure.Storage.Blobs.Batch/src/Azure.Storage.Blobs.Batch.csproj b/sdk/storage/Azure.Storage.Blobs.Batch/src/Azure.Storage.Blobs.Batch.csproj
index 6de26072bf276..056207c70c94b 100644
--- a/sdk/storage/Azure.Storage.Blobs.Batch/src/Azure.Storage.Blobs.Batch.csproj
+++ b/sdk/storage/Azure.Storage.Blobs.Batch/src/Azure.Storage.Blobs.Batch.csproj
@@ -4,7 +4,7 @@
Microsoft Azure.Storage.Blobs.Batch client library
- 12.18.0-beta.2
+ 12.18.0
12.17.0
BlobSDK;$(DefineConstants)
diff --git a/sdk/storage/Azure.Storage.Blobs.ChangeFeed/CHANGELOG.md b/sdk/storage/Azure.Storage.Blobs.ChangeFeed/CHANGELOG.md
index 35996dc4790c8..e758048ef9774 100644
--- a/sdk/storage/Azure.Storage.Blobs.ChangeFeed/CHANGELOG.md
+++ b/sdk/storage/Azure.Storage.Blobs.ChangeFeed/CHANGELOG.md
@@ -1,14 +1,9 @@
# Release History
-## 12.0.0-preview.46 (Unreleased)
+## 12.0.0-preview.46 (2024-07-16)
### Features Added
-
-### Breaking Changes
-
-### Bugs Fixed
-
-### Other Changes
+- This release contains bug fixes to improve quality.
## 12.0.0-preview.45 (2024-06-11)
- Added support for service version 2024-08-04.
diff --git a/sdk/storage/Azure.Storage.Blobs/CHANGELOG.md b/sdk/storage/Azure.Storage.Blobs/CHANGELOG.md
index 16c2f2781fad0..a3cc6fd2e94d9 100644
--- a/sdk/storage/Azure.Storage.Blobs/CHANGELOG.md
+++ b/sdk/storage/Azure.Storage.Blobs/CHANGELOG.md
@@ -1,16 +1,13 @@
# Release History
-## 12.21.0-beta.2 (Unreleased)
+## 12.21.0 (2024-07-16)
### Features Added
-
-### Breaking Changes
+- Includes all features from 12.21.0-beta.1.
### Bugs Fixed
- Fixed bug where storage clients when constructed with URLs with '#' character would truncate the blob name at the '#'.
-### Other Changes
-
## 12.21.0-beta.1 (2024-06-11)
- Added support for service version 2024-08-04.
- Added BlobContainerClient.GetAccountInfo(), .GetAccountInfoAsync(), BlobBaseClient.GetAccountInfo(), and .GetAccountInfoAsync() APIs.
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 8e985d9ce384b..fb9114e806167 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.21.0-beta.2
+ 12.21.0
12.20.0
BlobSDK;$(DefineConstants)
diff --git a/sdk/storage/Azure.Storage.Common/CHANGELOG.md b/sdk/storage/Azure.Storage.Common/CHANGELOG.md
index 4b6ca86ed5ac6..82c5ffa002096 100644
--- a/sdk/storage/Azure.Storage.Common/CHANGELOG.md
+++ b/sdk/storage/Azure.Storage.Common/CHANGELOG.md
@@ -1,14 +1,9 @@
# Release History
-## 12.20.0-beta.2 (Unreleased)
+## 12.20.0 (2024-07-16)
### Features Added
-
-### Breaking Changes
-
-### Bugs Fixed
-
-### Other Changes
+- Includes all features from 12.20.0-beta.1.
## 12.20.0-beta.1 (2024-06-11)
- 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 fe1145d45d490..7d4c05b15048b 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.20.0-beta.2
+ 12.20.0
12.19.0
CommonSDK;$(DefineConstants)
diff --git a/sdk/storage/Azure.Storage.Files.DataLake/CHANGELOG.md b/sdk/storage/Azure.Storage.Files.DataLake/CHANGELOG.md
index 876725a114639..9e20267eefdce 100644
--- a/sdk/storage/Azure.Storage.Files.DataLake/CHANGELOG.md
+++ b/sdk/storage/Azure.Storage.Files.DataLake/CHANGELOG.md
@@ -1,16 +1,13 @@
# Release History
-## 12.19.0-beta.2 (Unreleased)
+## 12.19.0 (2024-07-16)
### Features Added
-
-### Breaking Changes
+- Includes all features from 12.19.0-beta.1.
### Bugs Fixed
- Fixed bug where storage clients when constructed with URLs with '#' character would truncate the path at the '#'.
-### Other Changes
-
## 12.19.0-beta.1 (2024-06-11)
- Added support for service version 2024-08-04.
- Added more detailed messaging for authorization failure cases.
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 022ac2a84a57e..b88e736686795 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.19.0-beta.2
+ 12.19.0
12.18.0
DataLakeSDK;$(DefineConstants)
diff --git a/sdk/storage/Azure.Storage.Files.Shares/CHANGELOG.md b/sdk/storage/Azure.Storage.Files.Shares/CHANGELOG.md
index 3c5f19c01376a..d03036065af12 100644
--- a/sdk/storage/Azure.Storage.Files.Shares/CHANGELOG.md
+++ b/sdk/storage/Azure.Storage.Files.Shares/CHANGELOG.md
@@ -1,16 +1,13 @@
# Release History
-## 12.19.0-beta.2 (Unreleased)
+## 12.19.0 (2024-07-16)
### Features Added
-
-### Breaking Changes
+- Includes all features from 12.19.0-beta.1.
### Bugs Fixed
- Fixed bug where storage clients when constructed with URLs with '#' character would truncate the path at the '#'.
-### Other Changes
-
## 12.19.0-beta.1 (2024-06-11)
- Added support for service version 2024-08-04.
- Added more detailed messaging for authorization failure cases.
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 c47aa6389cea4..c1c0c689862a7 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.19.0-beta.2
+ 12.19.0
12.18.0
FileSDK;$(DefineConstants)
diff --git a/sdk/storage/Azure.Storage.Queues/CHANGELOG.md b/sdk/storage/Azure.Storage.Queues/CHANGELOG.md
index 54cebd1ea9002..d66c860abd2c8 100644
--- a/sdk/storage/Azure.Storage.Queues/CHANGELOG.md
+++ b/sdk/storage/Azure.Storage.Queues/CHANGELOG.md
@@ -1,14 +1,9 @@
# Release History
-## 12.19.0-beta.2 (Unreleased)
+## 12.19.0 (2024-07-16)
### Features Added
-
-### Breaking Changes
-
-### Bugs Fixed
-
-### Other Changes
+- Includes all features from 12.19.0-beta.1.
## 12.19.0-beta.1 (2024-06-11)
- Added support for service version 2024-08-04.
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 3d7b97237ede7..4459e1832c649 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.19.0-beta.2
+ 12.19.0
12.18.0
QueueSDK;$(DefineConstants)