diff --git a/docs/android/v2/release-notes/release-notes.mdx b/docs/android/v2/release-notes/release-notes.mdx
index 4125e9290..591daa283 100644
--- a/docs/android/v2/release-notes/release-notes.mdx
+++ b/docs/android/v2/release-notes/release-notes.mdx
@@ -18,6 +18,20 @@ import AndroidSdkVersionShield from '@/common/android-sdk-version-shield.md';
| live.100ms:video-filters: ||
| live.100ms:virtual-background: ||
+## v2.9.61 - 2024-06-17
+## Fixed
+* Bug that could cause tracks to remain muted if the same HMSSDK instance is used to join a room fixed.
+* `setNoiseCancellationEnabled` now takes a mandatory `HMSActionResultListener` because it may not have been enabled if it's either off from the dashboard or the library isn't added and it was unclear if it was enabled. It is also renamed to `enableNoiseCancellation`
+* `getNoiseCancellationEnabled` renamed to `isNoiseCancellationEnabled`
+* `isNoiseCancellationAvailable` renamed to `isNoiseCancellationSupported`
+*
+
+
+## Added
+* Set up to add diagnostic tests.
+* Added noise cancellation start/stop events.
+* Added support to enable noise cancellation from the dashboard.
+
## v2.9.60 - 2024-06-07
### Added
- New API `VideoFrameInfoListener` to receive `rotatedWidth`, `rotatedHeight` and `rotation` to help change the virtual background on orientation changes to avoid stretching.