diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f23d5e6..d1475bd3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ 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.10] - 2024-10-25 +- Support for scanning pyproject.toml files (#625) +- Update safety-schemas version used (#624) +- Fix basic poloicy test (#622) + ## [3.2.9] - 2024-10-23 - chore: deprection-message-for-license-command (4149b70) - feat: add-pull-request-template (#604) (61b2fe2) diff --git a/safety/VERSION b/safety/VERSION index e650c01d..f15386a5 100644 --- a/safety/VERSION +++ b/safety/VERSION @@ -1 +1 @@ -3.2.9 +3.2.10