From 6351acabe5b5e2df6a48120eb438d1f0b4015d13 Mon Sep 17 00:00:00 2001
From: nfc-bot <helpdesk@nofusscomputing.com>
Date: Tue, 22 Oct 2024 09:16:31 +0000
Subject: [PATCH] build: bump version 1.2.0 -> 1.2.1

---
 .cz.yaml     |  2 +-
 CHANGELOG.md | 10 ++++++++++
 2 files changed, 11 insertions(+), 1 deletion(-)

diff --git a/.cz.yaml b/.cz.yaml
index e7387fa81..6545be6aa 100644
--- a/.cz.yaml
+++ b/.cz.yaml
@@ -17,5 +17,5 @@ commitizen:
   prerelease_offset: 1
   tag_format: $version
   update_changelog_on_bump: false
-  version: 1.2.0
+  version: 1.2.1
   version_scheme: semver
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 99640e5af..ce3d71a24 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,13 @@
+## 1.2.1 (2024-10-22)
+
+### Fixes
+
+- **project_management**: Ensure user cant see projects for organizations they are apart of
+
+### Refactoring
+
+- **project_management**: dont order queryset for project
+
 ## 1.2.0 (2024-10-11)
 
 ### feat