diff --git a/CHANGELOG.md b/CHANGELOG.md index dafdc47..499453a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to FuzzForge will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [0.7.3] - 2025-10-30 ### 🎯 Major Features diff --git a/pyproject.toml b/pyproject.toml index 2ee4e56..2e54464 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "fuzzforge" -version = "0.6.0" +version = "0.7.3" description = "FuzzForge Platform - Complete fuzzing and security testing platform with AI capabilities" readme = "README.md" license = { text = "BSL-1.1" }