From 31b18217f0bbac55d46ada79e65525462eda8a3b Mon Sep 17 00:00:00 2001
From: Dylan Pulver <35541198+dylanpulver@users.noreply.github.com>
Date: Fri, 27 Sep 2024 18:03:51 -0400
Subject: [PATCH] chore/release-3.2.8 (#606)

---
 CHANGELOG.md   | 9 +++++++++
 safety/VERSION | 2 +-
 2 files changed, 10 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 20d27e67..687ad97f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,15 @@ 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.8] - 2024-09-27
+- feat: enhance version comparison logic for check-updates command (#605)
+- docs: add demo Jupyter Notebook (#601)
+- feat: add script to generate CONTRIBUTORS.md with Shields.io badges based on merged PRs (#600)
+- chore: fix CLI help text by removing rich formatting for cleaner output (#599)
+- chore: hide system scan from help text (#598)
+- chore: add LICENSES.md file to document dependency licenses (#597)
+- docs: add SECURITY.md file with security policy and bug bounty details (#593)
+
 ## [3.2.7] - 2024-08-29
 - fix/increase-auth-timeout: increase timeout to 5s (#583)
 - Update Issue Templates: Add Feature Request Template and Improve Issue Submission Process (#580)
diff --git a/safety/VERSION b/safety/VERSION
index 406ebcbd..f092941a 100644
--- a/safety/VERSION
+++ b/safety/VERSION
@@ -1 +1 @@
-3.2.7
+3.2.8