diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c9d88f..f086c71 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ 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.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [3.2.0] - 2024-08-15 + +### Added + +- Added Russian Locale. + ## [3.1.0] - 2023-08-16 ### Added diff --git a/README.md b/README.md index 39c2b7f..3d5a653 100644 --- a/README.md +++ b/README.md @@ -41,8 +41,8 @@ export class AppModule { } #### Version [`3.0.0`] -* `@angular/core`: `^16.0.0` || `^17.0.0` -* `@angular/cdk`: `^16.0.0` || `^17.0.0` +* `@angular/core`: `^16.0.0` || `^17.0.0` || `^18.0.0` +* `@angular/cdk`: `^16.0.0` || `^17.0.0` || `^18.0.0` #### Version [`2.0.0`] diff --git a/projects/ngx-touch-keyboard/package.json b/projects/ngx-touch-keyboard/package.json index cfdf071..4094d98 100644 --- a/projects/ngx-touch-keyboard/package.json +++ b/projects/ngx-touch-keyboard/package.json @@ -1,6 +1,6 @@ { "name": "ngx-touch-keyboard", - "version": "3.1.0", + "version": "3.2.0", "description": "Virtual Keyboard for Angular applications", "peerDependencies": { "@angular/common": ">=16.0.0", @@ -32,4 +32,4 @@ "url": "https://github.com/mohsen77sk/angular-touch-keyboard/issues" }, "license": "MIT" -} \ No newline at end of file +}