diff --git a/CHANGELOG.md b/CHANGELOG.md index c68742e0..a6371cf4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ + + +## [3.7.2-rc.1](https://github.com/AgoraIO-Community/react-native-agora/compare/v3.7.1...v3.7.2-rc.1) (2023-04-24) + + +### Features + +* support 3.7.2.4 without new APIs ([#643](https://github.com/AgoraIO-Community/react-native-agora/issues/643)) ([155b65a](https://github.com/AgoraIO-Community/react-native-agora/commit/155b65a57b476dfbcfaf59098815f07aa7d6a7e0)) + ## [3.7.1](https://github.com/AgoraIO-Community/react-native-agora/compare/v3.7.0...v3.7.1) (2022-07-15) @@ -505,4 +514,4 @@ - add onAudioVolumeIndication - - add zOrderMediaOverlay for android platform, support media overlay + - add zOrderMediaOverlay for android platform, support media overlay \ No newline at end of file diff --git a/package.json b/package.json index ee950506..4c7103c2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-agora", - "version": "3.7.1", + "version": "3.7.2-rc.1", "description": "Agora RTC SDK For React Native", "main": "lib/commonjs/index", "module": "lib/module/index",