diff --git a/ReleaseNotes.md b/ReleaseNotes.md
index a4b94e8b22e7ef6565cae021fa7c32f38f81626c..84fe992d76913236449a09055c0557eb85eb5b13 100644
--- a/ReleaseNotes.md
+++ b/ReleaseNotes.md
@@ -3,7 +3,6 @@
 ## Summary
 ### Features
 - cta/CTA#222 - Review what gets logged in CTA
-- cta/CTA#155 - Tape server querying DB at very high rate
 - cta/CTA#213 - Add tool for injecting file into eos
 - cta/CTA#224 - Improve error message for cta-verify-file whn VID does not exist
 - cta/CTA#230 - Modify CTA code to enforce VID uppercase
@@ -18,6 +17,12 @@
 - cta/CTA#205 - Updating EOS4/EOS4 in versionlock for v4.8.95/v5.1.5
 - cta/CTA#253 - Allow Failure for cta_valgrind tests
 
+# v4.8.2-1
+
+## Summary
+### Features
+- cta/CTA#155 - Tape server querying DB at very high rate 
+
 # v4.8.1-1
 
 ## Summary
diff --git a/cta.spec.in b/cta.spec.in
index bbbd3f268be7b0ccc5907af6cdd5df5be91bf095..6b43356db135266b7d6b7415f3844fb84250bead 100644
--- a/cta.spec.in
+++ b/cta.spec.in
@@ -588,6 +588,10 @@ echo $(jq --argjson CTA_MAJOR_VERSION $cta_major_version '. += {"cta_major_versi
 
 
 %changelog
+* Wed Dec 14 2022 Joao Afonso <joao.afonso@cern.ch> - 4.8.2-1
+- Improvements on catalogue DB query performance
+- See ReleaseNotes.md for more details
+
 * Mon Dec 12 2022 Joao Afonso <joao.afonso@cern.ch> - 4.8.1-1
 - Fixes bug with protobuf definition
 - See ReleaseNotes.md for more details