Skip to content

Commit

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

## v2.32.2

- Update webrtc to 5845c
- Update the hardcoded PulseAudio device name to "Signal Calling"
- Add more audio control and safe defaults
- Add accessor for bandwidth estimate

- Update webrtc to 5845d
- Disable early initialization of recording

- Generate license files for WebRTC builds

- call-sim: Add test iterations and mos averaging

- Add more audio configuration and control

- Improve builds on GitHub Actions

- Build webrtc on AWS for android, ios, linux, mac

## v2.31.1

- Update tag for build automation
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.31.1"
s.version = "2.31.2"
s.summary = "A Swift & Objective-C library used by the Signal iOS app for WebRTC interactions."

s.description = <<-DESC
Expand Down
2 changes: 1 addition & 1 deletion config/version.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ webrtc.version=5845d

ringrtc.version.major=2
ringrtc.version.minor=31
ringrtc.version.revision=1
ringrtc.version.revision=2
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.31.1",
"version": "2.31.2",
"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.31.1"
version = "2.31.2"
authors = ["Calling Team <callingteam@signal.org>"]
edition = "2021"
description = "A Rust interface for WebRTC"
Expand Down

0 comments on commit f4ff621

Please sign in to comment.