diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index aa8a7fbcc60739f868336746dd727cc64f09e381..f2c419e6204d81899cd66f0dfaa48aee81d3d44b 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -6,8 +6,8 @@ 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`_.
 
-Unreleased
-----------
+`2.0rc4`_ - 2021-08-01
+----------------------
 
 Added
 ~~~~~
@@ -19,6 +19,7 @@ Fixed
 
 * Correctly deliver server errors to user
 * Use text HTTP response for serviceworker.js insteas of binary stream
+* Use Django permission instead of rule to prevent performance issues.
 
 `2.0rc3`_ - 2021-07-26
 ----------------------