diff --git a/static/release-notes/react-web-core.json b/static/release-notes/react-web-core.json index b5d40e8af..710d01a39 100644 --- a/static/release-notes/react-web-core.json +++ b/static/release-notes/react-web-core.json @@ -1,4 +1,18 @@ [ + { + "version": "2.1.9", + "createdAt": "1729752332", + "fixes": [ + "Address the issue where post-meeting participant call quality data is unavailable for some users. This occurs in a small percentage of cases due to delays or outages from the third-party feature flag provider, which prevent the client from sending these events." + ] + }, + { + "version": "2.1.8", + "createdAt": "1729685732", + "fixes": [ + "Fixed meeting.self.roomState to ensure that after a network reconnection, the state returns to init if it was originally set to init." + ] + }, { "version": "2.1.6-7", "createdAt": "1729651881", diff --git a/static/release-notes/web-core.json b/static/release-notes/web-core.json index dc4fc61fb..802a9cbdd 100644 --- a/static/release-notes/web-core.json +++ b/static/release-notes/web-core.json @@ -1,9 +1,23 @@ [ + { + "version": "2.1.9", + "createdAt": "1729752332", + "fixes": [ + "Address the issue where post-meeting participant call quality data is unavailable for some users. This occurs in a small percentage of cases due to delays or outages from the third-party feature flag provider, which prevent the client from sending these events." + ] + }, + { + "version": "2.1.8", + "createdAt": "1729685732", + "fixes": [ + "Fixed meeting.self.roomState to ensure that after a network reconnection, the state returns to init if it was originally set to init." + ] + }, { "version": "2.1.6-7", "createdAt": "1729651881", "fixes": [ - "Connecte Meetings - Allow user to end all related meetings from a child meeting" + "Connected Meetings - Allow user to end all related meetings from a child meeting" ] }, {