diff --git a/CHANGELOG.md b/CHANGELOG.md index 853a98a7..5e48ded0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,9 @@ All notable changes to this project will be documented in this file. The format is partly 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) and [PEP 440](https://peps.python.org/pep-0440/) +## [3.2.2] - 2024-06-07 +- fix: include scan template in build (#531) + ## [3.2.1] - 2024-06-04 - fix: include all templates in the manifest (#529) - fix: use available email verification claims (#528) diff --git a/safety/VERSION b/safety/VERSION index e4604e3a..be94e6f5 100644 --- a/safety/VERSION +++ b/safety/VERSION @@ -1 +1 @@ -3.2.1 +3.2.2