From ae9ba71b852fce1776967e8ed7a49ff7107ac49e Mon Sep 17 00:00:00 2001 From: Krzysztof Godlewski Date: Mon, 9 Sep 2024 15:37:26 +0200 Subject: [PATCH] chore: bring order to the changelog --- CHANGELOG.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e104bafa..2084cd12 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,16 +5,20 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [0.5.0] - 2024-09-05 +## [0.6.0] - 2024-09-09 ### Added -- Added docstrings to logging methods ([#40](https://github.com/neptune-ai/neptune-client-scale/pull/40)) - Dedicated exceptions for missing project or API token ([#44](https://github.com/neptune-ai/neptune-client-scale/pull/44)) ### Changed - Removed `timestamp` parameter from `add_tags()`, `remove_tags()` and `log_configs()` methods ([#37](https://github.com/neptune-ai/neptune-client-scale/pull/37)) - Performance improvements of metadata logging ([#42](https://github.com/neptune-ai/neptune-client-scale/pull/42)) +## [0.5.0] - 2024-09-05 + +### Added +- Added docstrings to logging methods ([#40](https://github.com/neptune-ai/neptune-client-scale/pull/40)) + ## [0.4.0] - 2024-09-03 ### Added