diff --git a/Cargo.lock b/Cargo.lock index 32efd127..7f59d737 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1241,7 +1241,7 @@ dependencies = [ [[package]] name = "fractal" -version = "11.1.0" +version = "11.2.0" dependencies = [ "aperture", "ashpd", diff --git a/Cargo.toml b/Cargo.toml index 9d58d095..0bb5708f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fractal" -version = "11.1.0" +version = "11.2.0" authors = ["Julian Sparber "] edition = "2021" rust-version = "1.85" diff --git a/README.md b/README.md index e67c0f84..188c5732 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ development version while keeping the stable release around for daily use. ### Stable version -The current stable version is 11.1 (released May 15th 2025). +The current stable version is 11.2 (released June 10th 2025). You can get the official Fractal Flatpak from Flathub. @@ -53,7 +53,7 @@ You can get the official Fractal Flatpak from Flathub. ### Beta version -The current beta version is 11.1 (same as stable). +The current beta version is 11.2 (same as stable). It is available as a Flatpak on Flathub Beta. diff --git a/data/org.gnome.Fractal.metainfo.xml.in.in b/data/org.gnome.Fractal.metainfo.xml.in.in index fd924c05..21469282 100644 --- a/data/org.gnome.Fractal.metainfo.xml.in.in +++ b/data/org.gnome.Fractal.metainfo.xml.in.in @@ -71,6 +71,14 @@ @development-release@ + + +

+ This version updates the matrix-sdk-crypto dependency to include a fix for a high severity + security issue. +

+
+

diff --git a/meson.build b/meson.build index f8272bf6..f0c13f1b 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project('fractal', 'rust', - version: '11.1', + version: '11.2', license: 'GPL-3.0-or-later', meson_version: '>= 1.1') @@ -10,7 +10,7 @@ gnome = import('gnome') base_id = 'org.gnome.Fractal' application_id = base_id -major_version = '11.1' +major_version = '11.2' pre_release_version = '' version = major_version