diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8491abb..a0ec32a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,13 +5,14 @@ All notable changes to this project will be documented in this file.
 The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
 
 
-## [Unreleased](https://github.com/hynek/build-and-inspect-python-package/compare/v2.10.0...main)
+## [2.11.0](https://github.com/hynek/build-and-inspect-python-package/compare/v2.10.0...v2.11.0)
 
 ### Added
 
 - New output: `package_version` is the version of the package that was built.
   [#152](https://github.com/hynek/build-and-inspect-python-package/pull/152)
 
+
 ## [2.10.0](https://github.com/hynek/build-and-inspect-python-package/compare/v2.9.0...2.10.0)
 
 ### Changed