diff --git a/sdk/monitor/azure-monitor-query/CHANGELOG.md b/sdk/monitor/azure-monitor-query/CHANGELOG.md
index d2fe1bc3921c3..fd398cb55282e 100644
--- a/sdk/monitor/azure-monitor-query/CHANGELOG.md
+++ b/sdk/monitor/azure-monitor-query/CHANGELOG.md
@@ -1,15 +1,19 @@
# Release History
-## 1.3.0-beta.2 (Unreleased)
+## 1.3.0-beta.2 (2023-09-13)
### Features Added
-### Breaking Changes
-
-### Bugs Fixed
+- Added `MetricsQueryOptions` to `MetricsBatchQueryClient` and `MetricsBatchQueryAsyncClient` to support batch querying metrics with
+additional options.
### Other Changes
+#### Dependency Updates
+
+- Upgraded `azure-core` from `1.42.0` to version `1.43.0`.
+- Upgraded `azure-core-http-netty` from `1.13.6` to version `1.13.7`.
+
## 1.2.4 (2023-08-18)
### Other Changes
diff --git a/sdk/monitor/azure-monitor-query/README.md b/sdk/monitor/azure-monitor-query/README.md
index a6d76eccefae3..a8e9dbfcafe30 100644
--- a/sdk/monitor/azure-monitor-query/README.md
+++ b/sdk/monitor/azure-monitor-query/README.md
@@ -66,7 +66,7 @@ add the direct dependency to your project as follows.
com.azure
azure-monitor-query
- 1.3.0-beta.1
+ 1.3.0-beta.2
```
@@ -87,7 +87,7 @@ To use the [DefaultAzureCredential][DefaultAzureCredential] provider shown below
com.azure
azure-identity
- 1.10.0
+ 1.10.1
```
[//]: # ({x-version-update-end})