diff --git a/ChangeLog.rst b/ChangeLog.rst
deleted file mode 100644
index 57ccded..0000000
--- a/ChangeLog.rst
+++ /dev/null
@@ -1,34 +0,0 @@
-Changelog
-=========
-
-The format is based on `Keep a Changelog `__.
-This project adheres to `Semantic Versioning `__.
-
-v1.0.0 - 20xx-xx-xx
--------------------
-
-Added
-~~~~~
-- Support for nonsimple (';'-delimited) data entries.
-- Improved support for entries containing special characters.
-- Ability to query multiple keys or columns simultaneously.
-- Additional tests for AMCSD and zeolite databases.
-- Additional documentation and examples for the new interface
-
-Changed
-~~~~~~~
-- Primary interface is now the ``CifFile`` object, which supports all previously implemented features in addition to several new methods.
-- Files are now parsed lazily, and are traversed a single time.
-
-Dependencies
-~~~~~~~~~~~~
-- Added ``more-itertools`` as a dependency for ``peekable`` iterators
-
-
-v0.1.0 - 2024-12-20
--------------------
-
-Added
-~~~~~
-- Unitcells module
-- Function-based parsing interface for key and table reading