diff --git a/docs/changelog.md b/docs/changelog.md index 53f1e8c35..10487a083 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,5 +1,9 @@ # Changelog +## 17.1.0 + +- Feature: Add sorting: unset icon + ## 17.0.0 - Chore: explicitly only suppot ng9 diff --git a/projects/swimlane/ngx-datatable/package.json b/projects/swimlane/ngx-datatable/package.json index 719d4f3b3..7c4d27a21 100644 --- a/projects/swimlane/ngx-datatable/package.json +++ b/projects/swimlane/ngx-datatable/package.json @@ -1,6 +1,6 @@ { "name": "@swimlane/ngx-datatable", - "version": "17.0.0", + "version": "17.1.0", "description": "ngx-datatable is an Angular table grid component for presenting large and complex data.", "peerDependencies": { "@angular/common": "~9.1.0",