From d1f0c0e4fd7f8573976ee3577ffea4b0c5aaddac Mon Sep 17 00:00:00 2001 From: PatrykGala Date: Thu, 27 Jul 2023 15:20:47 +0200 Subject: [PATCH] chore: update changelog (#1408) --- CHANGELOG.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ce9fbf80..752671593 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,14 @@ -## neptune 1.4.0rc0 +## neptune 1.4.1 ### Fixes -- Fixed operation processor bug if current working directory is different from the script directory ([#1391](https://github.com/neptune-ai/neptune-client/pull/1391)) - Retry request when ChunkedEncodingError occurred. ([#1402](https://github.com/neptune-ai/neptune-client/pull/1402)) +- Fixed performance issues on forking process ([#1407](https://github.com/neptune-ai/neptune-client/pull/1407)) + + +## neptune 1.4.0 + +### Fixes +- Fixed operation processor bug if current working directory is different from the script directory ([#1391](https://github.com/neptune-ai/neptune-client/pull/1391)) ### Features - Added support for `tensorboard` integration ([#1368](https://github.com/neptune-ai/neptune-client/pull/1368))