diff --git a/Changelog.md b/Changelog.md
index 9247f77..ca4f65f 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -28,16 +28,28 @@ The version numbers roughly follow SemVer
-
+
+
+
+
+
+
+
+
+## v0.3 [![][v03-date-badge]][v03-release]
+
+[v03-date-badge]: https://img.shields.io/badge/Released_on-2023--01--05-blue
+[v03-release]: https://github.com/tfiers/PkgGraph.jl/releases/tag/v0.3.0
+
- Add light & dark mode CSS to generated SVGs
- `PkgGraph.create`:
- Allow passing `open = false` to only create the image, and not automatically
@@ -46,7 +58,7 @@ Possible categories: [Added, Changed, Fixed, Removed, Security,
- Shorten keyword arguments for excluding JLLs and standard library packages:
- ~~`include_jll`~~ → `jll`
- ~~`include_stdlib`~~ → `stdlib`
-- New functions `adjacency_matrix` and `as_graphsjl_input`, for even easier Graphs.jl interop.
+- New functions `adjacency_matrix` and `as_graphsjl_input`, for easier Graphs.jl interop.
diff --git a/Project.toml b/Project.toml
index ec62cbb..faf45ed 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.3.0-dev"
+version = "0.3.0"
[deps]
DefaultApplication = "3f0dd361-4fe0-5fc6-8523-80b14ec94d85"