diff --git a/packages/js/CHANGELOG.md b/packages/js/CHANGELOG.md
index f079c69d..4ca2ba78 100644
--- a/packages/js/CHANGELOG.md
+++ b/packages/js/CHANGELOG.md
@@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file.
 
 This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
 
+## [2.1.5] - 2020-08-26
+
+### Changed
+
+- Removed adapter-webrtc it was breaking the react-native SDK
+
+### Added
+
+- Added improvements in production bundle code.
+
 ## [2.1.4] - 2020-08-26
 
 ### Changed
diff --git a/packages/react-native/CHANGELOG.md b/packages/react-native/CHANGELOG.md
index d1c2cb73..0f2324e8 100644
--- a/packages/react-native/CHANGELOG.md
+++ b/packages/react-native/CHANGELOG.md
@@ -10,6 +10,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
 
 - Enabled multiple connections in multiple devices (browsers, tabs, and etc)
 - Changed localStorage to use sessionStorage on Login class to save `sessid`
+- Removed adapter-webrtc it was breaking the react-native SDK
 
 ## [1.0.6] - 2020-08-13