diff --git a/docs/source/changelog.rst b/docs/source/changelog.rst
index 4febd48a..778c8d2d 100644
--- a/docs/source/changelog.rst
+++ b/docs/source/changelog.rst
@@ -2,8 +2,42 @@
Changelog
*********
+Version 1.1.0 (2024-03-13)
+==========================
+
+**New features:**
+
+* Add loading functions for different datatypes:
+ * `JuPedSim `__ trajectory file
+ * `Viswalk `__ trajectory file
+ * `Pedestrian Dynamics Data Archive `__ HDF5 file
+
+* Improve profile computations:
+ * Introduce separate function to compute speed and density profiles
+ * Add classic and Gaussian density profile computation
+ * Add mean speed profile computation
+
+* Improve trajectory data:
+ * Make trajectory data sliceable by frames: :code:`trajectory[0:100]`
+ * Expose metadata as bounds, number pedestrians and frame range
+
+**What's changed:**
+
+* Nightly builds will no longer be uploaded to test-PyPI
+* kwagrs how passed from plotting functions to matplotlib backend
+* Support :class:`~shapely.GeometryCollection` as base for geometries
+* Add support for Python 3.12
+* Functions are now exposed at top-level, e.g., can be imported with :code:`from pedpy import *`
+
+**Fixes:**
+
+* Correct automatic computation of vmin and vmax when plotting profiles
+* Use correct escape depending in plot label
+* Improve documentation
+
Version 1.0.2 (2023-10-12)
==========================
+
**What's changed:**
* Make color map in plot_voronoi_cells adjustable