Bump version to v2.8.6
This commit is contained in:
parent
b2f147baa2
commit
c78cd0d932
@ -1,5 +1,11 @@
|
||||
# Changelog
|
||||
|
||||
## v2.8.6
|
||||
|
||||
- Update Group Calling feature
|
||||
|
||||
- Reference signalapp/webrtc@4183h
|
||||
|
||||
## v2.8.5
|
||||
|
||||
- Android: Improve stability for Group Calling
|
||||
|
||||
@ -13,7 +13,7 @@ WEBRTC_VERSION="4183i"
|
||||
|
||||
RINGRTC_MAJOR_VERSION=2
|
||||
RINGRTC_MINOR_VERSION=8
|
||||
RINGRTC_REVISION=5
|
||||
RINGRTC_REVISION=6
|
||||
|
||||
# Specify RingRTC version to publish.
|
||||
RINGRTC_VERSION="${RINGRTC_MAJOR_VERSION}.${RINGRTC_MINOR_VERSION}.${RINGRTC_REVISION}"
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "ringrtc",
|
||||
"version": "2.8.5",
|
||||
"version": "2.8.6",
|
||||
"description": "Signal Messenger voice and video calling library.",
|
||||
"main": "dist/index.js",
|
||||
"types": "dist/index.d.ts",
|
||||
|
||||
2
src/rust/Cargo.lock
generated
2
src/rust/Cargo.lock
generated
@ -878,7 +878,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "ringrtc"
|
||||
version = "2.8.5"
|
||||
version = "2.8.6"
|
||||
dependencies = [
|
||||
"aes-ctr",
|
||||
"base64",
|
||||
|
||||
@ -7,7 +7,7 @@
|
||||
|
||||
[package]
|
||||
name = "ringrtc"
|
||||
version = "2.8.5"
|
||||
version = "2.8.6"
|
||||
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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user