diff --git a/Changelog.md b/Changelog.md
index 738451e..89749da 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -33,13 +33,27 @@ per version: [Added, Changed, Fixed, Removed, Security,
-------------
+
+
+
+
+
+## v0.6 [![][v0.6-date-badge]][v0.6-release]
+
+[v0.6-date-badge]: https://img.shields.io/badge/Released_on-2023--01--27-blue
+[v0.6-release]: https://github.com/tfiers/PkgGraph.jl/releases/tag/v0.6
+
+
- New keyword argument **`time`**, to measure import times of dependencies,
and display them in the graph
- Example: `depgraph_web(:MyPkg, time = true)`
diff --git a/Project.toml b/Project.toml
index 956aa4b..052bc5a 100644
--- a/Project.toml
+++ b/Project.toml
@@ -1,7 +1,7 @@
name = "PkgGraph"
uuid = "f9c1b9e4-72e8-4a14-ade5-14f45fc35f11"
authors = ["Tomas Fiers and contributors"]
-version = "0.6.0-dev"
+version = "0.6.0"
[deps]
DefaultApplication = "3f0dd361-4fe0-5fc6-8523-80b14ec94d85"