diff --git a/CHANGELOG.md b/CHANGELOG.md
index afc011e..7f1a962 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,16 @@
All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.
+## [1.16.3](https://github.com/alerte-secours/as-app/compare/v1.16.2...v1.16.3) (2026-01-15)
+
+
+### Bug Fixes
+
+* a11y regression audio msg sending ([a12bd59](https://github.com/alerte-secours/as-app/commit/a12bd593520299953bc9f883c410b611f4794289))
+* **audio-message:** ios + up to expo-audio ([4d71c22](https://github.com/alerte-secours/as-app/commit/4d71c229d6a1f904e62bd96270817f0e6a2df42b))
+* **sentry:** enlight removing replay and cleaning useless error ([bc5129f](https://github.com/alerte-secours/as-app/commit/bc5129f7bfb0b637f8d4e130c7f4e4cc7879e22a))
+* **ws:** stabilization try 1 ([147e514](https://github.com/alerte-secours/as-app/commit/147e514d03a43e74b5e7d6361183b4006dc1186d))
+
## [1.16.2](https://github.com/alerte-secours/as-app/compare/v1.16.1...v1.16.2) (2026-01-12)
## [1.16.1](https://github.com/alerte-secours/as-app/compare/v1.15.0...v1.16.1) (2026-01-12)
diff --git a/android/app/build.gradle b/android/app/build.gradle
index 0345a88..f88177a 100644
--- a/android/app/build.gradle
+++ b/android/app/build.gradle
@@ -83,8 +83,8 @@ android {
applicationId 'com.alertesecours'
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
- versionCode 231
- versionName "1.16.0"
+ versionCode 234
+ versionName "1.16.3"
multiDexEnabled true
testBuildType System.getProperty('testBuildType', 'debug')
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
diff --git a/ios/AlerteSecours/Info.plist b/ios/AlerteSecours/Info.plist
index 231cd6c..25fbc85 100644
--- a/ios/AlerteSecours/Info.plist
+++ b/ios/AlerteSecours/Info.plist
@@ -25,30 +25,30 @@
CFBundlePackageType
$(PRODUCT_BUNDLE_PACKAGE_TYPE)
CFBundleShortVersionString
- 202601121722
+ 1.16.3
CFBundleSignature
????
CFBundleURLTypes
- CFBundleURLName
- com.alertesecours.alertesecours
CFBundleURLSchemes
com.alertesecours.alertesecours
+ CFBundleURLName
+ com.alertesecours.alertesecours
- CFBundleURLName
- com.alertesecours.alertesecours.expo
CFBundleURLSchemes
exp+alerte-secours
+ CFBundleURLName
+ com.alertesecours.alertesecours.expo
CFBundleVersion
- 202601121722
+ 234
ITSAppUsesNonExemptEncryption
LSApplicationQueriesSchemes
diff --git a/package.json b/package.json
index 14fc7d9..c7f96f8 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "alerte-secours",
- "version": "1.16.2",
+ "version": "1.16.3",
"main": "index.js",
"scripts": {
"start": "expo start --dev-client --private-key-path ./keys/private-key.pem",
@@ -53,8 +53,8 @@
"screenshot:android": "scripts/screenshot-android.sh"
},
"customExpoVersioning": {
- "versionCode": 233,
- "buildNumber": 233
+ "versionCode": 234,
+ "buildNumber": 234
},
"commit-and-tag-version": {
"scripts": {
@@ -282,4 +282,4 @@
}
},
"packageManager": "yarn@4.5.3"
-}
+}
\ No newline at end of file