Skip to content

Commit

Permalink
Bump version to v2.30.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jim-signal committed Jul 25, 2023
1 parent e8bc708 commit b8f2858
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 6 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## v2.30.0

- Add JoinState.PENDING, for call link calls with admin approval

- Group Calls: Compute send rates based on devices, not users

- CI: Only run the slow tests on the private repo

- Call Sim: Use a fixed resolution for output video

- Log notebook improvements

## v2.29.1

- Electron: Disable output format limits when screensharing
Expand Down
2 changes: 1 addition & 1 deletion SignalRingRTC.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = "SignalRingRTC"
s.version = "2.29.1"
s.version = "2.30.0"
s.summary = "A Swift & Objective-C library used by the Signal iOS app for WebRTC interactions."

s.description = <<-DESC
Expand Down
4 changes: 2 additions & 2 deletions config/version.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
webrtc.version=5615e

ringrtc.version.major=2
ringrtc.version.minor=29
ringrtc.version.revision=1
ringrtc.version.minor=30
ringrtc.version.revision=0
2 changes: 1 addition & 1 deletion src/node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@signalapp/ringrtc",
"version": "2.29.1",
"version": "2.30.0",
"description": "Signal Messenger voice and video calling library.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/rust/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

[package]
name = "ringrtc"
version = "2.29.1"
version = "2.30.0"
authors = ["Calling Team <callingteam@signal.org>"]
edition = "2021"
description = "A Rust interface for WebRTC"
Expand Down

0 comments on commit b8f2858

Please sign in to comment.