diff --git a/CHANGELOG.md b/CHANGELOG.md index fbc7775a9..05da49002 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,27 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 2024-02-14 + +### Changes + +--- + +Packages with breaking changes: + + - There are no breaking changes in this release. + +Packages with other changes: + + - [`deriv_localizations` - `v1.1.1`](#deriv_localizations---v111) + +--- + +#### `deriv_localizations` - `v1.1.1` + + - **REFACTOR**(deriv_localizations): Crowdin Localization Generated [#466](https://github.com/regentmarkets/flutter-deriv-packages/issues/466). ([df2f5cad](https://github.com/regentmarkets/flutter-deriv-packages/commit/df2f5cad5f4f2e32b34258188718e9f1c5406caa)) + + ## 2024-02-13 ### Changes diff --git a/packages/deriv_localizations/CHANGELOG.md b/packages/deriv_localizations/CHANGELOG.md index dff2017e1..99f4298c4 100644 --- a/packages/deriv_localizations/CHANGELOG.md +++ b/packages/deriv_localizations/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.1.1 + + - **REFACTOR**(deriv_localizations): Crowdin Localization Generated [#466](https://github.com/regentmarkets/flutter-deriv-packages/issues/466). ([df2f5cad](https://github.com/regentmarkets/flutter-deriv-packages/commit/df2f5cad5f4f2e32b34258188718e9f1c5406caa)) + ## 1.1.0 - **FEAT**(deriv_localizations): [MOBC-669] Added the localizations package. ([#370](https://github.com/regentmarkets/flutter-deriv-packages/issues/370)). ([278d3386](https://github.com/regentmarkets/flutter-deriv-packages/commit/278d33862c798a0c03742feeedb31ff6b6c1c2ff)) diff --git a/packages/deriv_localizations/pubspec.yaml b/packages/deriv_localizations/pubspec.yaml index b222221e1..b34016b15 100644 --- a/packages/deriv_localizations/pubspec.yaml +++ b/packages/deriv_localizations/pubspec.yaml @@ -3,7 +3,7 @@ description: This packages contains all localizations for the deriv packages publish_to: 'none' -version: 1.1.0 +version: 1.1.1 environment: sdk: '>=3.0.2 <4.0.0'