diff --git a/CHANGELOG b/CHANGELOG
index ca1683b8739510e20b0c8a015eff74d867974f6f..727cead65165d36f15a2c156951dce300d1ef738 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+# 0.3.11
+- Remove fully matched targets from smaller seeds
+
 # 0.3.10
 - Add results for fully matched targets
 
diff --git a/pyproject.toml b/pyproject.toml
index 778a8f39898bc3f708f8cb9d8d85ae20c673c29f..8baa13c2775709cc6bdedaa95d985bef2d7820a1 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
 [tool.poetry]
 name = "crisprbact"
-version = "0.3.10"
+version = "0.3.11"
 license = "GPL-3.0"
 description = "Tools to design and analyse CRISPRi experiments"
 authors = ["David Bikard <david.bikard@pasteur.fr>", "Remi Planel <rplanel@pasteur.fr>"]