From ccc68f19a1c42405907339ee84a873caa991f786 Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Sun, 5 Jul 2026 10:39:15 +0000 Subject: [PATCH] Fix api_version --- src/backend/InvenTree/InvenTree/api_version.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/backend/InvenTree/InvenTree/api_version.py b/src/backend/InvenTree/InvenTree/api_version.py index 62ad89b06e..e5417e7e3a 100644 --- a/src/backend/InvenTree/InvenTree/api_version.py +++ b/src/backend/InvenTree/InvenTree/api_version.py @@ -44,6 +44,8 @@ v507 -> 2026-06-16 : https://github.com/inventree/InvenTree/pull/12180 v506 -> 2026-06-15 : https://github.com/inventree/InvenTree/pull/12168 - Reduce permissions scope for a number of API endpoints, to improve security and ensure that users only have access to the data they need + +v505 -> 2026-06-15 : https://github.com/inventree/InvenTree/pull/12165 - Allow parameters to be specified against the PartCategory model v504 -> 2026-06-13 : https://github.com/inventree/InvenTree/pull/12139