From 24e86d94395c65945d485ab2272401cc8da7841c Mon Sep 17 00:00:00 2001 From: David Lacho Date: Tue, 10 Dec 2024 15:38:53 -0500 Subject: [PATCH] feat(changelog): update version --- CHANGELOG.md | 3 +++ safety/VERSION | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b08dbba..17c8a76 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.13] - 2024-12-10 +- Remove email verification for running scans (#645) + ## [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) diff --git a/safety/VERSION b/safety/VERSION index 275e51e..d883a10 100644 --- a/safety/VERSION +++ b/safety/VERSION @@ -1 +1 @@ -3.2.12 +3.2.13