diff --git a/CHANGELOG.md b/CHANGELOG.md
index b3198e9..ed32c88 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,15 +6,14 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
-## Unreleased
+## [0.2.16](https://github.com/osrf/rocker/releases/tag/0.2.16) - 2024-03-31
-[Compare with latest](https://github.com/osrf/rocker/compare/v0.2.15...HEAD)
+[Compare with v0.2.15](https://github.com/osrf/rocker/compare/v0.2.15...0.2.16)
### Fixed
- Fix --user arg when using empy 4 (#276) ([4078d22](https://github.com/osrf/rocker/commit/4078d223a2158e9a6fea31d8871dc7df7ee094f0) by Gary Servin).
-
## [v0.2.15](https://github.com/osrf/rocker/releases/tag/v0.2.15) - 2024-03-01
[Compare with v0.2.14](https://github.com/osrf/rocker/compare/v0.2.14...v0.2.15)
diff --git a/setup.py b/setup.py
index ee95cc5..35c0594 100644
--- a/setup.py
+++ b/setup.py
@@ -35,7 +35,7 @@
kwargs = {
'name': 'rocker',
- 'version': '0.2.15',
+ 'version': '0.2.16',
'packages': ['rocker'],
'package_dir': {'': 'src'},
'package_data': {'rocker': ['templates/*.em']},