diff --git a/Cargo.lock b/Cargo.lock
index 4a301a4..c2bfdd5 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -554,7 +554,7 @@ dependencies = [
[[package]]
name = "envision"
-version = "1.0.0"
+version = "1.1.0"
dependencies = [
"anyhow",
"ash",
diff --git a/Cargo.toml b/Cargo.toml
index c303998..3ae3d2f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "envision"
-version = "1.0.0"
+version = "1.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
diff --git a/data/org.gabmus.envision.metainfo.xml.in.in b/data/org.gabmus.envision.metainfo.xml.in.in
index 160afd7..9dceb07 100644
--- a/data/org.gabmus.envision.metainfo.xml.in.in
+++ b/data/org.gabmus.envision.metainfo.xml.in.in
@@ -18,6 +18,25 @@
@REPO_URL@/issues
+
+
+ What's new
+
+ - check missing deps command line option; handle non activating opts is a proper method and all opts are part of the struct
+ - move dependency collection to profile method
+
+ Fixes
+
+ - profile context menu binding
+ - profile context menu should prefer opening towards the top
+ - exit on listing profiles
+
+ Other changes
+
+ - in tagging script add cargo lock as well
+
+
+
Breaking changes
diff --git a/meson.build b/meson.build
index fece6b2..78c35eb 100644
--- a/meson.build
+++ b/meson.build
@@ -1,7 +1,7 @@
project(
'envision',
'rust',
- version: '1.0.0', # version number row
+ version: '1.1.0', # version number row
meson_version: '>= 0.59',
license: 'AGPL-3.0',
)