diff --git a/CHANGELOG.md b/CHANGELOG.md
index c070de49ba..b65be16980 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,12 @@
+# [4.25.0](https://github.com/algolia/instantsearch.js/compare/v4.24.3...v4.25.0) (2021-07-06)
+
+
+### Features
+
+* **facets:** apply result from facet ordering ([#4784](https://github.com/algolia/instantsearch.js/issues/4784)) ([9e9d839](https://github.com/algolia/instantsearch.js/commit/9e9d8394067bec35425b7d66f94fcce504faee7f))
+
+
+
 ## [4.24.3](https://github.com/algolia/instantsearch.js/compare/v4.24.2...v4.24.3) (2021-07-05)
 
 
diff --git a/package.json b/package.json
index 0d52f98988..4554710d74 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "instantsearch.js",
-  "version": "4.24.3",
+  "version": "4.25.0",
   "description": "InstantSearch.js is a JavaScript library for building performant and instant search experiences with Algolia.",
   "homepage": "https://www.algolia.com/doc/guides/building-search-ui/what-is-instantsearch/js/",
   "types": "es/index.d.ts",
diff --git a/src/lib/version.ts b/src/lib/version.ts
index d5796dcaea..3da374a8d1 100644
--- a/src/lib/version.ts
+++ b/src/lib/version.ts
@@ -1 +1 @@
-export default '4.24.3';
+export default '4.25.0';