From 3b105af8770cdbc75001cb7d66a1dd66146dfc3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Francisco=20Calvo?= Date: Tue, 17 Dec 2024 13:04:02 +0100 Subject: [PATCH] chore: update CHANGELOG.md versions --- argilla-frontend/CHANGELOG.md | 2 ++ argilla-server/CHANGELOG.md | 2 ++ argilla/CHANGELOG.md | 2 ++ 3 files changed, 6 insertions(+) diff --git a/argilla-frontend/CHANGELOG.md b/argilla-frontend/CHANGELOG.md index 3bc635ca4e..5cddb6d43e 100644 --- a/argilla-frontend/CHANGELOG.md +++ b/argilla-frontend/CHANGELOG.md @@ -16,6 +16,8 @@ These are the section headers that we use: ## [Unreleased]() +## [2.6.0](https://github.com/argilla-io/argilla/compare/v2.5.0...v2.6.0) + ### Fixed - Improved performance and accessibility ([#5724](https://github.com/argilla-io/argilla/pull/5724)) diff --git a/argilla-server/CHANGELOG.md b/argilla-server/CHANGELOG.md index 6d1209ce1d..412c290a09 100644 --- a/argilla-server/CHANGELOG.md +++ b/argilla-server/CHANGELOG.md @@ -16,6 +16,8 @@ These are the section headers that we use: ## [Unreleased]() +## [2.6.0](https://github.com/argilla-io/argilla/compare/v2.5.0...v2.6.0) + ### Added - Added new `POST /api/v1/datasets/:dataset_id/export` endpoint to export datasets to Hugging Face Hub using a background job. ([#5709](https://github.com/argilla-io/argilla/pull/5709)) diff --git a/argilla/CHANGELOG.md b/argilla/CHANGELOG.md index 1c4cf3fc37..49e4955923 100644 --- a/argilla/CHANGELOG.md +++ b/argilla/CHANGELOG.md @@ -16,6 +16,8 @@ These are the section headers that we use: ## [Unreleased]() +## [2.6.0](https://github.com/argilla-io/argilla/compare/v2.5.0...v2.6.0) + ### Fixed - Fixed error when iterating over datasets and settings are not properly loaded. ([#5753](https://github.com/argilla-io/argilla/pull/5753))