diff --git a/docs/changelog.md b/docs/changelog.md index bf49a3f8f..ac24553ef 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,5 +1,13 @@ # Changelog +## 22.4.0 + +- Feature: support removing sort on column (#64) +- Feature: support row group checkbox (#62) +- Fix: correct expanding all row groups (#60) +- Fix: support changing row group height (#61) +- Fix: correct table width on empty table (#63) + ## 22.3.0 - Feature: support row wrapper for adding custom directives, diff --git a/projects/ngx-datatable/package.json b/projects/ngx-datatable/package.json index 5857bf36a..32cc4e857 100644 --- a/projects/ngx-datatable/package.json +++ b/projects/ngx-datatable/package.json @@ -1,6 +1,6 @@ { "name": "@siemens/ngx-datatable", - "version": "22.3.0", + "version": "22.4.0", "description": "ngx-datatable is an Angular table grid component for presenting large and complex data.", "peerDependencies": { "@angular/common": ">=17.0.0",