Skip to content

Commit 4c30886

Browse files
Reset for version v0.86.8
1 parent 3929708 commit 4c30886

File tree

9 files changed

+26
-15
lines changed

9 files changed

+26
-15
lines changed

Cargo.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ default-members = [
3737
resolver = "2" # so that our dev-dependency features don't leak into products
3838

3939
[workspace.package]
40-
version = "0.86.7"
40+
version = "0.86.8"
4141
authors = ["Signal Messenger LLC"]
4242
license = "AGPL-3.0-only"
4343
rust-version = "1.85"

LibSignalClient.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
Pod::Spec.new do |s|
77
s.name = 'LibSignalClient'
8-
s.version = '0.86.7'
8+
s.version = '0.86.8'
99
s.summary = 'A Swift wrapper library for communicating with the Signal messaging service.'
1010

1111
s.homepage = 'https://github.com/signalapp/libsignal'

RELEASE_NOTES.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
1-
v0.86.7
1+
v0.86.8
22

3-
- backups: Add 'allow sealed sender from anyone' setting to AccountSettings
4-
- Usage of Nagle's Algoirthm is now configurable for `Network` with the 'disableNagleAlgorithm` Remote Config paramater.

java/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ repositories {
2222
}
2323

2424
allprojects {
25-
version = "0.86.7"
25+
version = "0.86.8"
2626
group = "org.signal"
2727

2828
tasks.withType(JavaCompile) {

java/code_size.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -778,5 +778,9 @@
778778
{
779779
"version": "v0.86.6",
780780
"size": 6832568
781+
},
782+
{
783+
"version": "v0.86.7",
784+
"size": 6765616
781785
}
782786
]

node/package-lock.json

Lines changed: 11 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@signalapp/libsignal-client",
3-
"version": "0.86.7",
3+
"version": "0.86.8",
44
"repository": "github:signalapp/libsignal",
55
"license": "AGPL-3.0-only",
66
"type": "module",

rust/core/src/version.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55

66
// The value of this constant is updated by the script
77
// and should not be manually modified
8-
pub const VERSION: &str = "0.86.7";
8+
pub const VERSION: &str = "0.86.8";

0 commit comments

Comments
 (0)