From 63fbdbacaff8e6c0abcb038830e1901730c6219a Mon Sep 17 00:00:00 2001 From: crouchcd Date: Mon, 10 Jul 2023 14:44:57 -0500 Subject: [PATCH] API bump for CIDC_MAILING_LIST --- CHANGELOG.md | 4 ++++ requirements.txt | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 17e5be3..0a36e66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,10 @@ This Changelog tracks changes to this project. The notes below include a summary - `fixed` for any bug fixes. - `security` in case of vulnerabilities. +## 10 July 2023 + +- API bump for changing CIDC_MAILING_LIST to Essex-managed. See https://github.com/CIMAC-CIDC/cidc-api-gae/pull/813. + ## 27 Apr 2023 - `changed` API/schemas bump for adding serum and allowing dna qc text diff --git a/requirements.txt b/requirements.txt index b3082a2..93572bf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -19,4 +19,4 @@ matplotlib==3.4.1 statsmodels==0.12.2 scikit_learn==0.24.2 -cidc-api-modules~=0.27.42 +cidc-api-modules~=0.27.45