diff --git a/CHANGELOG.md b/CHANGELOG.md
index 659ad3090588fcf76db98b477473ed845a0b163f..965b12f9d55a3a881e43fb545f057e9dc75b1940 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,14 @@
 
 All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
 
+### [4.8.65](https://gitlab.unige.ch/solidify/solidify-frontend/compare/v4.8.64...v4.8.65) (2024-02-01)
+
+
+### Bug Fixes
+
+* **DownloadService:** [AOU-1797] remove non ISO-8859-1 chars from filename when downloading file in memory ([85660ae](https://gitlab.unige.ch/solidify/solidify-frontend/commit/85660aef2fe894282d7d9c0f14009c0918e1f169))
+* **SSR:** SSR cache eviction method to retrieve custom resourceId ([39fdfae](https://gitlab.unige.ch/solidify/solidify-frontend/commit/39fdfaeba1c45aea3ae4c2617b2c5702125325f4))
+
 ### [4.8.64](https://gitlab.unige.ch/solidify/solidify-frontend/compare/v4.8.63...v4.8.64) (2023-12-15)
 
 
diff --git a/package-lock.json b/package-lock.json
index d5851845b4f9bb1c87af999bbd1fe0ae0eb38e57..74fd764b01759b833bfe66799cb22a8036400ff7 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
 {
   "name": "solidify-frontend",
-  "version": "4.8.64",
+  "version": "4.8.65",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
     "": {
       "name": "solidify-frontend",
-      "version": "4.8.64",
+      "version": "4.8.65",
       "hasInstallScript": true,
       "license": "GPL-2.0-or-later",
       "dependencies": {
diff --git a/package.json b/package.json
index 6dd1aa69f8acedee11834b50b913d94ab646a86e..316517bf162cd9088917122ccb35ed81af9395ba 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "solidify-frontend",
-  "version": "4.8.64",
+  "version": "4.8.65",
   "license": "GPL-2.0-or-later",
   "author": "UNIGE (University of Geneva)",
   "repository": {
diff --git a/projects/solidify-frontend/package.json b/projects/solidify-frontend/package.json
index 137049d42aefa38aa67a7fdb98bbe2115076dcf0..d83c74f794d419e44296e230be9675f5f6b4e039 100644
--- a/projects/solidify-frontend/package.json
+++ b/projects/solidify-frontend/package.json
@@ -1,6 +1,6 @@
 {
   "name": "solidify-frontend",
-  "version": "4.8.64",
+  "version": "4.8.65",
   "license": "GPL-2.0-or-later",
   "author": "UNIGE (University of Geneva)",
   "engines": {