From 728c7c115e544eb9a02a92f1380a3911d3be28cb Mon Sep 17 00:00:00 2001 From: Dylan Pulver <35541198+dylanpulver@users.noreply.github.com> Date: Tue, 10 Dec 2024 11:58:12 -0500 Subject: [PATCH] chore/release-3.2.12 (#644) --- CHANGELOG.md | 5 +++++ safety/VERSION | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b1139ddd..b08dbba0 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.12] - 2024-12-10 +- Add CVE Details and Single-Key Filtering for JSON Output in safety scan (#643) +- feature/add-branch-name (#641) +- feat/add --headless to --help (#636) + ## [3.2.11] - 2024-11-12 - chore/upgrade-dparse (#633) - Migrate to PyPI Trusted Publisher for Automated Package Deployment (#632) diff --git a/safety/VERSION b/safety/VERSION index 17ce9180..275e51e5 100644 --- a/safety/VERSION +++ b/safety/VERSION @@ -1 +1 @@ -3.2.11 +3.2.12