diff --git a/CHANGELOG.md b/CHANGELOG.md
index 85f68a2..38d3b08 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,11 @@
 # push-to-registry Changelog
 
+## v2.1
+- Add output `registy-path` to output first element of `registry-paths`
+- Print image digest after every push to verify image digest for each tag
+- Print `podman version` at start of the action to verify that required version is being used
+- (Internal) Add `Link checker` workflow to identify dangling links
+
 ## v2
 - Rename `tag` input to `tags`, to allow you to push multiple tags of the same image
 - Add input `extra_args` to append arbitrary arguments to the `podman push`
@@ -17,4 +23,4 @@
 - Initial marketplace release
 
 ## v0.1
-- Initial pre-release
\ No newline at end of file
+- Initial pre-release