diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7b6b7b6ff97..5b90ff95da7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,19 @@
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.
+## [2.80.0-rc.5](https://github.com/pagopa/io-app/compare/2.80.0-rc.4...2.80.0-rc.5) (2024-12-18)
+
+
+### Bug Fixes
+
+* [[IOPLT-812](https://pagopa.atlassian.net/browse/IOPLT-812)] Exclude lib riscv64 on android build ([#6564](https://github.com/pagopa/io-app/issues/6564)) ([a06dc5f](https://github.com/pagopa/io-app/commit/a06dc5fe334debf7a1e3578982c3acf8748ee454)), closes [/github.com/mrousavy/react-native-vision-camera/issues/3177#issuecomment-2385366758](https://github.com/pagopa//github.com/mrousavy/react-native-vision-camera/issues/3177/issues/issuecomment-2385366758)
+
+
+### Chores
+
+* **Cross:** [[IOAPPX-206](https://pagopa.atlassian.net/browse/IOAPPX-206)] Add dynamic card effect based on device rotation ([#5715](https://github.com/pagopa/io-app/issues/5715)) ([c959d6a](https://github.com/pagopa/io-app/commit/c959d6abcc2d6dc98e02f75f4d8ab5f352325d16))
+* **Cross:** [[IOAPPX-437](https://pagopa.atlassian.net/browse/IOAPPX-437)] Add support for Material You by adding a new adaptive launcher icon for Android ([#6434](https://github.com/pagopa/io-app/issues/6434)) ([db8121f](https://github.com/pagopa/io-app/commit/db8121f10c29843ac706f9fc2bfe2abbab89a4ba))
+
## [2.80.0-rc.4](https://github.com/pagopa/io-app/compare/2.80.0-rc.3...2.80.0-rc.4) (2024-12-18)
diff --git a/android/app/build.gradle b/android/app/build.gradle
index b7865e314d4..97a016911da 100644
--- a/android/app/build.gradle
+++ b/android/app/build.gradle
@@ -119,8 +119,8 @@ android {
applicationId "it.pagopa.io.app"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
- versionCode 100154899
- versionName "2.80.0.4"
+ versionCode 100154900
+ versionName "2.80.0.5"
multiDexEnabled true
// The resConfigs attribute will remove all not required localized resources while building the application,
// including the localized resources from libraries.
diff --git a/ios/ItaliaApp.xcodeproj/project.pbxproj b/ios/ItaliaApp.xcodeproj/project.pbxproj
index a07461cf1ae..cf0620048ee 100644
--- a/ios/ItaliaApp.xcodeproj/project.pbxproj
+++ b/ios/ItaliaApp.xcodeproj/project.pbxproj
@@ -794,7 +794,7 @@
CODE_SIGN_ENTITLEMENTS = ItaliaApp/ItaliaApp.entitlements;
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
- CURRENT_PROJECT_VERSION = 4;
+ CURRENT_PROJECT_VERSION = 5;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_TEAM = M2X5YQ4BJ7;
ENABLE_BITCODE = NO;
@@ -831,7 +831,7 @@
CODE_SIGN_ENTITLEMENTS = ItaliaApp/ItaliaApp.entitlements;
CODE_SIGN_IDENTITY = "iPhone Distribution";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution";
- CURRENT_PROJECT_VERSION = 4;
+ CURRENT_PROJECT_VERSION = 5;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_TEAM = M2X5YQ4BJ7;
ENABLE_BITCODE = NO;
diff --git a/ios/ItaliaApp/Info.plist b/ios/ItaliaApp/Info.plist
index bc9d41a5193..fffb2ffee8b 100644
--- a/ios/ItaliaApp/Info.plist
+++ b/ios/ItaliaApp/Info.plist
@@ -36,7 +36,7 @@
CFBundleVersion
- 4
+ 5
ITSAppUsesNonExemptEncryption
LSApplicationQueriesSchemes
diff --git a/ios/ItaliaAppTests/Info.plist b/ios/ItaliaAppTests/Info.plist
index 37266f5dcc5..8256df486f4 100644
--- a/ios/ItaliaAppTests/Info.plist
+++ b/ios/ItaliaAppTests/Info.plist
@@ -19,6 +19,6 @@
CFBundleSignature
????
CFBundleVersion
- 4
+ 5
\ No newline at end of file
diff --git a/package.json b/package.json
index 4d4921d32b8..e091ae4fd25 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "italia-app",
- "version": "2.80.0-rc.4",
+ "version": "2.80.0-rc.5",
"private": true,
"scripts": {
"start": "react-native start",
diff --git a/publiccode.yml b/publiccode.yml
index 4d718d486cb..e9c51e4b7cf 100644
--- a/publiccode.yml
+++ b/publiccode.yml
@@ -9,7 +9,7 @@ releaseDate: "2024-11-21"
url: "https://github.com/pagopa/io-app"
applicationSuite: IO
landingURL: "https://io.italia.it/"
-softwareVersion: 2.80.0-rc.4
+softwareVersion: 2.80.0-rc.5
developmentStatus: beta
softwareType: standalone/mobile
roadmap: "https://io.italia.it/"