diff --git a/CHANGELOG.md b/CHANGELOG.md index 5bfc53b40..f7aac022f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Started since version 0.9.5 +## Version v2.3.1 - 03.07.2020 + +### Fixed + +* all linter warnings +* error when onChange() prop hangs when passing there `null` +* now new search button accepts the sortBy param + ## Version v2.3.0 - 03.05.2020 ### Changed diff --git a/package.json b/package.json index ec59c0bfe..c256dce7a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "admin-bro", - "version": "2.3.0", + "version": "2.3.1", "description": "Admin panel for apps written in node.js", "main": "index.js", "types": "index.d.ts",