diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6108e9293..b7d4c926a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -15,7 +15,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
 ## [Unreleased 2.x](https://github.com/opensearch-project/neural-search/compare/2.17...2.x)
 ### Features
 ### Enhancements
-- Adds rescore parameter support ([#885](https://github.com/opensearch-project/neural-search/pull/885)) 
 ### Bug Fixes
 ### Infrastructure
 ### Documentation
diff --git a/release-notes/opensearch-neural-search.release-notes-2.17.0.0.md b/release-notes/opensearch-neural-search.release-notes-2.17.0.0.md
index 285758258..6ee7c653a 100644
--- a/release-notes/opensearch-neural-search.release-notes-2.17.0.0.md
+++ b/release-notes/opensearch-neural-search.release-notes-2.17.0.0.md
@@ -2,6 +2,8 @@
 
 Compatible with OpenSearch 2.17.0
 
+### Enhancements
+- Adds rescore parameter support ([#885](https://github.com/opensearch-project/neural-search/pull/885))
 ### Bug Fixes
 - Removing code to cut search results of hybrid search in the priority queue ([#867](https://github.com/opensearch-project/neural-search/pull/867))
 - Fixed merge logic in hybrid query for multiple shards case ([#877](https://github.com/opensearch-project/neural-search/pull/877))