diff --git a/CHANGELOG.md b/CHANGELOG.md
index 06c03e8..d839efd 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,11 +6,8 @@ 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).
-## [0.1.0](https://github.com/PythonNest/PyNest/releases/tag/0.1.0) - 2024-09-15
+## Unreleased
-[Compare with first commit](https://github.com/PythonNest/PyNest/compare/8cf9da7afefe69a990a9d82a57d30e4c495b99c8...0.1.0)
-
-### Fixed
-
-- Fix async orm provider session (#78) ([8cf9da7](https://github.com/PythonNest/PyNest/commit/8cf9da7afefe69a990a9d82a57d30e4c495b99c8) by Itay Dar).
+[Compare with latest](https://github.com/PythonNest/PyNest/compare/f8efab23903d551bee3669386220a6bf933bc3c7...HEAD)
+
diff --git a/pyproject.toml b/pyproject.toml
index 59ca17d..98ac148 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api"
[tool.poetry]
name = "pynest-api"
-version = "0.3.1"
+version = "0.3.2"
description = "PyNest is a FastAPI Abstraction for building microservices, influenced by NestJS."
authors = ["itay.dar "]
readme = "README.md"