diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1943fd2f2ec..9ef74c079fb 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,28 @@
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.76.0-rc.2](https://github.com/pagopa/io-app/compare/2.76.0-rc.1...2.76.0-rc.2) (2024-11-08)
+
+
+### Features
+
+* [[IOCOM-1660](https://pagopa.atlassian.net/browse/IOCOM-1660)] FIMS SSO autogenerated specs ([#6330](https://github.com/pagopa/io-app/issues/6330)) ([9d4c578](https://github.com/pagopa/io-app/commit/9d4c578fd40017bdd3d107dee928c1b3861e7efa))
+
+
+### Bug Fixes
+
+* [[IOBP-962](https://pagopa.atlassian.net/browse/IOBP-962)] Remove native header into payment method details error ([#6381](https://github.com/pagopa/io-app/issues/6381)) ([5dbaa6b](https://github.com/pagopa/io-app/commit/5dbaa6b14606245c69a0a60b32fde56960bc3109))
+* add collaborators as codeowners ([#6383](https://github.com/pagopa/io-app/issues/6383)) ([36d2985](https://github.com/pagopa/io-app/commit/36d29857caa3bdc23da2f5cd68fe587d6f5a62a0))
+
+
+### Chores
+
+* **IT Wallet:** [[SIW-1804](https://pagopa.atlassian.net/browse/SIW-1804)] Already activated wallet screen ([#6376](https://github.com/pagopa/io-app/issues/6376)) ([5bff7b3](https://github.com/pagopa/io-app/commit/5bff7b3e47f79c2bb0a42b5b766a61e323032e68))
+* [[IOCOM-1814](https://pagopa.atlassian.net/browse/IOCOM-1814)] Add tests for `FimsUpdateAppAlert` ([#6308](https://github.com/pagopa/io-app/issues/6308)) ([49ccbd1](https://github.com/pagopa/io-app/commit/49ccbd105f144e14d3e4d971c00e8991777f3d60))
+* [[IOCOM-1883](https://pagopa.atlassian.net/browse/IOCOM-1883)] Test for push notification permissions utils ([#6304](https://github.com/pagopa/io-app/issues/6304)) ([8124357](https://github.com/pagopa/io-app/commit/8124357af10a78f9f336f073f2616588da717873))
+* **IT Wallet:** [[SIW-1783](https://pagopa.atlassian.net/browse/SIW-1783)] Update ToS fallback to version 5.0 ([#6380](https://github.com/pagopa/io-app/issues/6380)) ([74808ab](https://github.com/pagopa/io-app/commit/74808ab06b60072a201115c35d783e1f7e26ea3d))
+* [[IOPID-2409](https://pagopa.atlassian.net/browse/IOPID-2409)] Add new animated pictogram on Ingress screen ([#6369](https://github.com/pagopa/io-app/issues/6369)) ([2ea9e59](https://github.com/pagopa/io-app/commit/2ea9e59c72a2378da5c09eeb440951aa52ffa436))
+
## [2.76.0-rc.1](https://github.com/pagopa/io-app/compare/2.76.0-rc.0...2.76.0-rc.1) (2024-11-06)
diff --git a/android/app/build.gradle b/android/app/build.gradle
index 28354416949..b2cce3e48e1 100644
--- a/android/app/build.gradle
+++ b/android/app/build.gradle
@@ -113,8 +113,8 @@ android {
applicationId "it.pagopa.io.app"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
- versionCode 100154863
- versionName "2.76.0.1"
+ versionCode 100154864
+ versionName "2.76.0.2"
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 9926d0387c0..661092d5a24 100644
--- a/ios/ItaliaApp.xcodeproj/project.pbxproj
+++ b/ios/ItaliaApp.xcodeproj/project.pbxproj
@@ -773,7 +773,7 @@
CODE_SIGN_ENTITLEMENTS = ItaliaApp/ItaliaApp.entitlements;
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
- CURRENT_PROJECT_VERSION = 1;
+ CURRENT_PROJECT_VERSION = 2;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_TEAM = M2X5YQ4BJ7;
ENABLE_BITCODE = NO;
@@ -810,7 +810,7 @@
CODE_SIGN_ENTITLEMENTS = ItaliaApp/ItaliaApp.entitlements;
CODE_SIGN_IDENTITY = "iPhone Distribution";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution";
- CURRENT_PROJECT_VERSION = 1;
+ CURRENT_PROJECT_VERSION = 2;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_TEAM = M2X5YQ4BJ7;
ENABLE_BITCODE = NO;
diff --git a/ios/ItaliaApp/Info.plist b/ios/ItaliaApp/Info.plist
index 0c4ea93f74c..1863314c902 100644
--- a/ios/ItaliaApp/Info.plist
+++ b/ios/ItaliaApp/Info.plist
@@ -36,7 +36,7 @@
CFBundleVersion
- 1
+ 2
ITSAppUsesNonExemptEncryption
LSApplicationQueriesSchemes
diff --git a/ios/ItaliaAppTests/Info.plist b/ios/ItaliaAppTests/Info.plist
index b18e7cfb294..a752305ddc6 100644
--- a/ios/ItaliaAppTests/Info.plist
+++ b/ios/ItaliaAppTests/Info.plist
@@ -19,6 +19,6 @@
CFBundleSignature
????
CFBundleVersion
- 1
+ 2
\ No newline at end of file
diff --git a/package.json b/package.json
index c3852fdb60e..f02ebb3373e 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "italia-app",
- "version": "2.76.0-rc.1",
+ "version": "2.76.0-rc.2",
"io_backend_api": "https://raw.githubusercontent.com/pagopa/io-backend/v14.3.0-RELEASE/api_backend.yaml",
"io_session_manager_api": "https://raw.githubusercontent.com/pagopa/io-auth-n-identity-domain/io-session-manager@1.0.0/apps/io-session-manager/api/internal.yaml",
"io_session_manager_public_api": "https://raw.githubusercontent.com/pagopa/io-auth-n-identity-domain/io-session-manager@1.0.0/apps/io-session-manager/api/public.yaml",
diff --git a/publiccode.yml b/publiccode.yml
index 143e06242bd..05dbedd5126 100644
--- a/publiccode.yml
+++ b/publiccode.yml
@@ -5,11 +5,11 @@
publiccodeYmlVersion: '0.2'
name: IO
logo: "img/app-logo.svg"
-releaseDate: '2024-11-06'
+releaseDate: '2024-11-08'
url: 'https://github.com/pagopa/io-app'
applicationSuite: IO
landingURL: 'https://io.italia.it/'
-softwareVersion: 2.76.0-rc.1
+softwareVersion: 2.76.0-rc.2
developmentStatus: beta
softwareType: standalone/mobile
roadmap: 'https://io.italia.it/'