diff --git a/argilla-frontend/CHANGELOG.md b/argilla-frontend/CHANGELOG.md index e9b929b2cf..0787d28837 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.5.0](https://github.com/argilla-io/argilla/compare/v2.4.1...v2.5.0) + ### Added - Add a high-contrast theme & improvements for the forced-colors mode. ([#5661](https://github.com/argilla-io/argilla/pull/5661)) diff --git a/argilla-server/CHANGELOG.md b/argilla-server/CHANGELOG.md index 688e8e0e95..d576a4be76 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.5.0](https://github.com/argilla-io/argilla/compare/v2.4.1...v2.5.0) + ### Added - Added new endpoints to create, update, ping and delete webhooks. ([#5453](https://github.com/argilla-io/argilla/pull/5453)) @@ -27,6 +29,7 @@ These are the section headers that we use: ### Changed - Changed default python version to 3.13. ([#5649](https://github.com/argilla-io/argilla/pull/5649)) +- Changed Pydantic version to v2. ([#5666](https://github.com/argilla-io/argilla/pull/5666)) ### Fixed diff --git a/argilla/CHANGELOG.md b/argilla/CHANGELOG.md index d26a7f4f1d..620ed69018 100644 --- a/argilla/CHANGELOG.md +++ b/argilla/CHANGELOG.md @@ -16,12 +16,20 @@ These are the section headers that we use: ## [Unreleased]() +## [2.5.0](https://github.com/argilla-io/argilla/compare/v2.4.0...v2.5.0) + +### Added + +- Added support to remove/override datasets settings. ([#5584](https://github.com/argilla-io/argilla/pull/5584)) +- Added support to update question attributes. ([#5680](https://github.com/argilla-io/argilla/pull/5680)) +- Added support to webhook listeners. ([#5502](https://github.com/argilla-io/argilla/pull/5502)) +- Added support to Python 3.13. ([#5652](https://github.com/argilla-io/argilla/pull/5652)) + ## [2.4.0](https://github.com/argilla-io/argilla/compare/v2.3.0...v2.4.0) ### Added - Added `Argilla.deploy_on_spaces` to deploy the Argilla server on Hugging Face Spaces. ([#5547](https://github.com/argilla-io/argilla/pull/5547)) -- Add support to webhooks. ([#5467](https://github.com/argilla-io/argilla/pull/5467)) ### Changed