diff --git a/CHANGELOG.md b/CHANGELOG.md
index de2d1cc..e6b774c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,11 @@
- Removed support for depecrated `extraAriaContext` (please use `ariaLabelBuilder` instead)
+## >= 8.1.5
+
+- Fix the type of `renderOnZeroPageCount` in the type declaration file (https://github.com/AdeleD/react-paginate/pull/454).
+- Explain how to add CSS style to the component (https://github.com/AdeleD/react-paginate/pull/472).
+
## >= 8.1.4
- Add an ARIA role [`navigation`](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles/navigation_role) to main `
` tag
diff --git a/package-lock.json b/package-lock.json
index 29a7418..192a214 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "react-paginate",
- "version": "8.1.4",
+ "version": "8.1.5",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "react-paginate",
- "version": "8.1.4",
+ "version": "8.1.5",
"license": "MIT",
"dependencies": {
"prop-types": "^15"
diff --git a/package.json b/package.json
index 37b972b..d8aba49 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "react-paginate",
- "version": "8.1.4",
+ "version": "8.1.5",
"description": "A ReactJS component that creates a pagination.",
"main": "./dist/react-paginate.js",
"repository": {