diff --git a/Cargo.toml b/Cargo.toml
index 78bf2cd..c303998 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "envision"
-version = "0.0.2"
+version = "1.0.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 df6ef64..160afd7 100644
--- a/data/org.gabmus.envision.metainfo.xml.in.in
+++ b/data/org.gabmus.envision.metainfo.xml.in.in
@@ -18,6 +18,34 @@
@REPO_URL@/issues
+
+
+ Breaking changes
+
+ - wivrn pairing support
+
+ What's new
+
+ - send desktop notification instead of showing alert when failing to inhibit screen lock
+ - split cmake var into name and value when it contains =
+
+ Fixes
+
+ - disable wivrn launch options instructions in debug view
+ - lower wivrn default foveation to 0.5
+ - separate debugbuild option to build in debug mode
+ - openhmd: add meson as a dependency
+ - dependencies: correct packages for GL/gl.h
+ - appimage: build for devel releases
+ - monado dependencies: add libxrandr
+
+ Other changes
+
+ - format
+ - ci: conventional commit check
+
+
+
Fixes
diff --git a/meson.build b/meson.build
index 66d7375..fece6b2 100644
--- a/meson.build
+++ b/meson.build
@@ -1,7 +1,7 @@
project(
'envision',
'rust',
- version: '0.0.2', # version number row
+ version: '1.0.0', # version number row
meson_version: '>= 0.59',
license: 'AGPL-3.0',
)