diff --git a/CHANGELOG.md b/CHANGELOG.md index 4341bfe3..eca0ebac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [3.2.3](https://github.com/tillersystems/Stardust/compare/v3.2.2...v3.2.3) (2019-04-30) + +### Bug Fixes + +- **Table:** never call handleSortingClick function if selected column is not sortable ([#507](https://github.com/tillersystems/Stardust/issues/507)) ([2854aae](https://github.com/tillersystems/Stardust/commit/2854aae)) + ## [3.2.2](https://github.com/tillersystems/Stardust/compare/v3.2.1...v3.2.2) (2019-04-25) ### Bug Fixes diff --git a/package.json b/package.json index 66693bec..c91d8c71 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tillersystems/stardust", - "version": "3.2.2", + "version": "3.2.3", "description": "Tiller Design System", "author": { "name": "Tillersystems",