diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8458c833c..ba4778370 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,17 @@
# Changelog
+
+## 0.36.1 (2020-11-01)
+
+### Changed
+
+- 🔧 remove husky [[f8c320e](https://github.com/bpetetot/conference-hall/commit/f8c320e5ab4de77e535dae47a1a8ecfd2ab3ad3c)]
+
+### Fixed
+
+- 🐛 fix proposals export [[b82db9e](https://github.com/bpetetot/conference-hall/commit/b82db9e69f3426ec1e86ff69eed67bf85a1a40b4)]
+
+
## 0.36.0 (2020-11-01)
diff --git a/package.json b/package.json
index 0579364b7..79557966b 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "conference-hall",
- "version": "0.36.0",
+ "version": "0.36.1",
"private": true,
"bugs": "https://github.com/bpetetot/conference-hall/issues",
"repository": "github:bpetetot/conference-hall",