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))