From a6de00f4765066170967d050e0fc1ffc9a3f8db9 Mon Sep 17 00:00:00 2001 From: Yeison Vargas Date: Mon, 10 Jun 2024 06:48:46 -0500 Subject: [PATCH] chore: release 3.2.3 (#537) --- CHANGELOG.md | 4 ++++ safety/VERSION | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e48ded0..2d435402 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ 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.3] - 2024-06-10 +- Increase request timeout to 30 seconds (#535) +- fix: fail on none severities (#534) + ## [3.2.2] - 2024-06-07 - fix: include scan template in build (#531) diff --git a/safety/VERSION b/safety/VERSION index be94e6f5..b347b11e 100644 --- a/safety/VERSION +++ b/safety/VERSION @@ -1 +1 @@ -3.2.2 +3.2.3