From 2f7c2e8342fb9133f7debeae120f10f6f853a6d5 Mon Sep 17 00:00:00 2001 From: Ehmad Saeed Date: Tue, 24 Oct 2023 14:29:00 +0500 Subject: [PATCH] chore: version bump for ENT 7715 and 7716 --- CHANGELOG.rst | 5 +++++ enterprise/__init__.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 3062a5f40e..82839a0534 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -15,6 +15,11 @@ Change Log Unreleased ---------- +[4.6.8] +------- +feat: truncate API Response before writing to the APIResponseRecord +fix: initiate filtering the API Response only when a successful response is received + [4.6.7] ------- feat: filter courses from API Response of SAPSF to store in the APIResponseRecord table diff --git a/enterprise/__init__.py b/enterprise/__init__.py index 262a2eabd5..9f9aa82975 100644 --- a/enterprise/__init__.py +++ b/enterprise/__init__.py @@ -2,4 +2,4 @@ Your project description goes here. """ -__version__ = "4.6.7" +__version__ = "4.6.8"