diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 5dee67b2..6f311d97 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -5,13 +5,16 @@ All notable changes to this project will be documented in this file.
The format is inspired by `Keep a Changelog `_
and this project adheres to `Semantic Versioning `_.
-`v0.12.0`_ - 00-Unreleased-2023
--------------------------------
-
+`v0.11.1`_ - 30-August-2023
+---------------------------
+Fixed
++++++
+- Revert "Add interpolate argument to avoid resolving proxied values." feature
+ due to `#485 `_.
`v0.11.0`_ - 30-August-2023
--------------------------------
+---------------------------
Added
+++++
- Added support for Django 4.2
@@ -377,7 +380,7 @@ Added
- Initial release.
-.. _v0.12.0: https://github.com/joke2k/django-environ/compare/v0.10.0...develop
+.. _v0.11.1: https://github.com/joke2k/django-environ/compare/v0.11.0...v0.11.1
.. _v0.11.0: https://github.com/joke2k/django-environ/compare/v0.10.0...v0.11.0
.. _v0.10.0: https://github.com/joke2k/django-environ/compare/v0.9.0...v0.10.0
.. _v0.9.0: https://github.com/joke2k/django-environ/compare/v0.8.1...v0.9.0