diff --git a/HISTORY.md b/HISTORY.md
index 7951ee4..4b8eaff 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -1,4 +1,11 @@
+
+# [5.1.0](https://github.com/darrachequesne/spring-data-jpa-datatables/compare/v5.0.0...v5.1.0) / 2021-03-17
+
+### Features
+
+* add support for the SearchPanes extension ([16803f9](https://github.com/darrachequesne/spring-data-jpa-datatables/commit/16803f9d1e4f8c8c7b128a55b0be96d8cec36382))
+
# [5.0.0](https://github.com/darrachequesne/spring-data-jpa-datatables/compare/v4.3...v5.0.0) / 2018-03-01
diff --git a/README.md b/README.md
index c786b01..412d11c 100644
--- a/README.md
+++ b/README.md
@@ -52,7 +52,7 @@ public class UserRestController {
com.github.darrachequesne
spring-data-jpa-datatables
- 5.0.0
+ 5.1.0
```
diff --git a/pom.xml b/pom.xml
index 161c1db..4025025 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
com.github.darrachequesne
spring-data-jpa-datatables
- 5.0.0
+ 5.1.0
Spring Data JPA for DataTables
Spring Data JPA extension to work with the great jQuery plug-in DataTables (http://datatables.net/)