diff --git a/CHANGES.rst b/CHANGES.rst
index 5e6ae31e..3d00914b 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file.
The format is based on `Keep a Changelog `_,
and this project adheres to `Semantic Versioning `_.
-[0.0.11] - Unreleased
+[0.0.11] - 2022-08-11
=====================
Added
@@ -11,6 +11,11 @@ Added
- Default theme has a dark variant. :pr:`57`
+Fixed
+*****
+
+- Fixed missing ``canaille`` binary. :pr:`58`
+
[0.0.10] - 2022-07-07
=====================
diff --git a/pyproject.toml b/pyproject.toml
index 163d58cd..6d2cdfd3 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -5,7 +5,7 @@ build-backend = "poetry.masonry.api"
[tool]
[tool.poetry]
name = "Canaille"
-version = "0.0.10"
+version = "0.0.11"
description = "Minimalistic identity provider"
license = "MIT"
keywords = ["oidc", "oauth", "oauth2", "openid", "identity"]