diff --git a/CHANGELOG.md b/CHANGELOG.md index 36a2d65..61d7fd8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,14 @@ -## neptune-mlflow 1.0.0 +## neptune-mlflow 1.1.0 ### Features - Created plugin to log mlflow metadata and artifacts to Neptune ([#42](https://github.com/neptune-ai/neptune-mlflow/pull/42)) +### Fixes +- Fix handling `None` values while exporting `Mlflow` runs ([#48](https://github.com/neptune-ai/neptune-mlflow/pull/48)) + + +## neptune-mlflow 1.0.0 + ### Changes - Updated MLflow exporter to work with the current neptune.ai API ([#40](https://github.com/neptune-ai/neptune-mlflow/pull/40)) - Misc Fixes: ([#44](https://github.com/neptune-ai/neptune-mlflow/pull/44))