diff --git a/Cargo.lock b/Cargo.lock index af6e56007..185ed334f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2529,7 +2529,7 @@ dependencies = [ [[package]] name = "libsignal-ffi" -version = "0.76.6" +version = "0.76.7" dependencies = [ "cpufeatures", "hex", @@ -2549,14 +2549,14 @@ dependencies = [ [[package]] name = "libsignal-jni" -version = "0.76.6" +version = "0.76.7" dependencies = [ "libsignal-jni-impl", ] [[package]] name = "libsignal-jni-impl" -version = "0.76.6" +version = "0.76.7" dependencies = [ "cfg-if", "cpufeatures", @@ -2573,7 +2573,7 @@ dependencies = [ [[package]] name = "libsignal-jni-testing" -version = "0.76.6" +version = "0.76.7" dependencies = [ "jni", "libsignal-bridge-testing", @@ -2849,7 +2849,7 @@ dependencies = [ [[package]] name = "libsignal-node" -version = "0.76.6" +version = "0.76.7" dependencies = [ "cmake", "futures", diff --git a/Cargo.toml b/Cargo.toml index a407f004c..c40060756 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,7 +37,7 @@ default-members = [ resolver = "2" # so that our dev-dependency features don't leak into products [workspace.package] -version = "0.76.6" +version = "0.76.7" authors = ["Signal Messenger LLC"] license = "AGPL-3.0-only" rust-version = "1.83.0" diff --git a/LibSignalClient.podspec b/LibSignalClient.podspec index b1d2f6847..b7c36d06c 100644 --- a/LibSignalClient.podspec +++ b/LibSignalClient.podspec @@ -5,7 +5,7 @@ Pod::Spec.new do |s| s.name = 'LibSignalClient' - s.version = '0.76.6' + s.version = '0.76.7' s.summary = 'A Swift wrapper library for communicating with the Signal messaging service.' s.homepage = 'https://github.com/signalapp/libsignal' diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 2aa84d07a..387e3cf4f 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,3 +1,2 @@ -v0.76.6 +v0.76.7 -- The backup validator accepts the new "forward secrecy" format as well as the existing "ciphertext only" format. diff --git a/java/build.gradle b/java/build.gradle index 35b357647..2c8877729 100644 --- a/java/build.gradle +++ b/java/build.gradle @@ -16,7 +16,7 @@ plugins { } allprojects { - version = "0.76.6" + version = "0.76.7" group = "org.signal" tasks.withType(KotlinCompile).configureEach { diff --git a/java/code_size.json b/java/code_size.json index 00ee7647d..5e2fe143c 100644 --- a/java/code_size.json +++ b/java/code_size.json @@ -642,5 +642,9 @@ { "version": "v0.76.5", "size": 6160720 + }, + { + "version": "v0.76.6", + "size": 6172296 } ] \ No newline at end of file diff --git a/node/package-lock.json b/node/package-lock.json index 3fa5fb192..c8fb538ad 100644 --- a/node/package-lock.json +++ b/node/package-lock.json @@ -1,12 +1,12 @@ { "name": "@signalapp/libsignal-client", - "version": "0.76.6", + "version": "0.76.7", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@signalapp/libsignal-client", - "version": "0.76.6", + "version": "0.76.7", "hasInstallScript": true, "license": "AGPL-3.0-only", "dependencies": { diff --git a/node/package.json b/node/package.json index 453e43403..43e402201 100644 --- a/node/package.json +++ b/node/package.json @@ -1,6 +1,6 @@ { "name": "@signalapp/libsignal-client", - "version": "0.76.6", + "version": "0.76.7", "license": "AGPL-3.0-only", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/rust/core/src/version.rs b/rust/core/src/version.rs index 06e4abde5..b6ce353df 100644 --- a/rust/core/src/version.rs +++ b/rust/core/src/version.rs @@ -5,4 +5,4 @@ // The value of this constant is updated by the script // and should not be manually modified -pub const VERSION: &str = "0.76.6"; +pub const VERSION: &str = "0.76.7";