# Changelog

All notable changes to `filament-translatable-fields` will be documented in this file.

## 2.1.0 - 2025-02-27

### Added

- Added support for Laravel 12.

## 2.0.1 - 2024-06-09

### Fixed

- Removed use of `$clone->getValidationRules()` to fix an error.

## 2.0.0 - 2024-05-20

### Added

- Added functionality to add locale specific validation rules to fields. (Thank you [Vedat YILMAZ](https://github.com/vedatyilmaz))

## 1.1.0 - 2024-03-24

### Added

- Added a method to overwrite the locales on a specific field. (Thanks you [Finn Paes](https://github.com/FinnPaes))

## 1.0.2 - 2024-03-12

### Added

- Added support for Laravel 11.

## 1.0.0 - 2024-02-27

- Initial release
