Bump version to v2.8.9
Some checks failed
RingRTC CI / Code Formatting (push) Has been cancelled
RingRTC CI / Lints (push) Has been cancelled
RingRTC CI / Tests (push) Has been cancelled

This commit is contained in:
Jim Gustafson 2020-12-14 17:09:34 -08:00
parent 3590677a3c
commit 85248bb057
5 changed files with 10 additions and 4 deletions

View File

@ -1,5 +1,11 @@
# Changelog
## v2.8.9
- Android: Fix memory issues for Direct Calling
- Electron: Fix issue where camera was not released
## v2.8.8
- iOS: Fix issue when ending a Group Call

View File

@ -13,7 +13,7 @@ WEBRTC_VERSION="4183i"
RINGRTC_MAJOR_VERSION=2
RINGRTC_MINOR_VERSION=8
RINGRTC_REVISION=8
RINGRTC_REVISION=9
# Specify RingRTC version to publish.
RINGRTC_VERSION="${RINGRTC_MAJOR_VERSION}.${RINGRTC_MINOR_VERSION}.${RINGRTC_REVISION}"

View File

@ -1,6 +1,6 @@
{
"name": "ringrtc",
"version": "2.8.8",
"version": "2.8.9",
"description": "Signal Messenger voice and video calling library.",
"main": "dist/index.js",
"types": "dist/index.d.ts",

2
src/rust/Cargo.lock generated
View File

@ -878,7 +878,7 @@ dependencies = [
[[package]]
name = "ringrtc"
version = "2.8.8"
version = "2.8.9"
dependencies = [
"aes-ctr",
"base64",

View File

@ -7,7 +7,7 @@
[package]
name = "ringrtc"
version = "2.8.8"
version = "2.8.9"
authors = ["Curt Brune <curt@signal.org>", "Jim Gustafson <jim@signal.org>", "Peter Thatcher <peter@signal.org>", "Vladimir Skuratovich <vlad@signal.org>"]
edition = "2018"
description = "A Rust interface for WebRTC"