From d778439ab7fba7858830fc3e2a77cc1d678b3b5c Mon Sep 17 00:00:00 2001
From: Felipe <fima@dtu.dk>
Date: Thu, 21 Nov 2024 13:47:35 +0100
Subject: [PATCH] v0.4.5 release

---
 docs/releases.md  | 8 ++++++++
 qim3d/__init__.py | 2 +-
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/docs/releases.md b/docs/releases.md
index f4d5405c..ff67814f 100644
--- a/docs/releases.md
+++ b/docs/releases.md
@@ -9,6 +9,14 @@ As the library is still in its early development stages, **there may be breaking
 
 And remember to keep your pip installation [up to date](/qim3d/#get-the-latest-version) so that you have the latest features!
 
+### v0.4.5 (21/11/2024)
+
+- Updated Layer surface segmentation GUI
+- Sphericity as feature from volumes
+- Colorbar for visualization functions
+- Chunk visualization tool
+- Histogram visualization
+
 ### v0.4.4 (11/10/2024)
 
 - Introduction of `itk-vtk-viewer` for OME-Zarr data visualization 🎉 ![itk-vtk-viewer](assets/screenshots/itk-vtk-viewer.gif)
diff --git a/qim3d/__init__.py b/qim3d/__init__.py
index 4655f7a0..07782e4e 100644
--- a/qim3d/__init__.py
+++ b/qim3d/__init__.py
@@ -8,7 +8,7 @@ Documentation available at https://platform.qim.dk/qim3d/
 
 """
 
-__version__ = "0.4.4"
+__version__ = "0.4.5"
 
 
 import importlib as _importlib
-- 
GitLab