From e9aa8c11996cee76309fc9046ec3cc3f3848b3db Mon Sep 17 00:00:00 2001 From: David Gardner Date: Fri, 22 Nov 2024 16:14:08 -0800 Subject: [PATCH] Updating CHANGELOG --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 016ac721ad..4160330f51 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,19 @@ See the License for the specific language governing permissions and limitations under the License. --> +# Morpheus 24.10.01 (22 Nov 2024) + +## 🐛 Bug Fixes + +- Pin mlflow version to avoid breaking changes in v2.18 ([#2067](https://github.com/nv-morpheus/Morpheus/pull/2067)) [@dagardner-nv](https://github.com/dagardner-nv) +- Execute CI on the main branch ([#2064](https://github.com/nv-morpheus/Morpheus/pull/2064)) [@dagardner-nv](https://github.com/dagardner-nv) + +## 📖 Documentation + +- Remove references to pipeline-ae in docs ([#2063](https://github.com/nv-morpheus/Morpheus/pull/2063)) [@dagardner-nv](https://github.com/dagardner-nv) +- Document location of third party source repository ([#2059](https://github.com/nv-morpheus/Morpheus/pull/2059)) [@dagardner-nv](https://github.com/dagardner-nv) +- Update DFP class and file paths ([#2052](https://github.com/nv-morpheus/Morpheus/pull/2052)) [@dagardner-nv](https://github.com/dagardner-nv) + # Morpheus 24.10.00 (01 Nov 2024) ## 🚨 Breaking Changes