diff --git a/CHANGELOG.md b/CHANGELOG.md
index 903b032..e2ed52e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,8 @@
 
 ## Unreleased
 
+## [v0.10.0](https://github.com/thibaudcolas/curlylint/releases/tag/v0.10.0) 2020-05-21
+
 ### Added
 
 - Add `--print-config` CLI flag to print the configuration for the given file.
diff --git a/curlylint/__init__.py b/curlylint/__init__.py
index 40ae92f..3319447 100644
--- a/curlylint/__init__.py
+++ b/curlylint/__init__.py
@@ -1,5 +1,5 @@
 __name__ = "curlylint"
-__version__ = "0.9.0"
+__version__ = "0.10.0"
 __description__ = "{{ 🎀}} Experimental linter for Jinja, Nunjucks, Django templates, Twig, Liquid"
 __author__ = "Thibaud Colas"
 __author_email__ = "thibaudcolas@gmail.com"