diff --git a/CHANGELOG.md b/CHANGELOG.md
index eac0ed0f01545b112742411b7a2dc6f03dc83364..05d780ffed1496663c08fcbe69b4ba892fdc074c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -16,12 +16,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 ### Removed ###
 
 ### Fixed ###
-* [#103](https://gitlab.com/linkahead/linkahead-pylib/-/issues/103)
-  `authentication/interface/on_response()` does not overwrite
-  `auth_token` if new value is `None`
 
 * [#89](https://gitlab.com/linkahead/linkahead-pylib/-/issues/89)
   `to_xml` does not add `noscript` or `TransactionBenchmark` tags anymore
+* [#103](https://gitlab.com/linkahead/linkahead-pylib/-/issues/103)
+  `authentication/interface/on_response()` does not overwrite
+  `auth_token` if new value is `None`
 
 ### Security ###