diff --git a/docs/around_me/android/changelogs.md b/docs/around_me/android/changelogs.md
index bbf17c9a2..05a2569b8 100644
--- a/docs/around_me/android/changelogs.md
+++ b/docs/around_me/android/changelogs.md
@@ -4,6 +4,7 @@ title: Around Me Android - Changelogs - Navitia SDK Docs
# Around Me Android Changelogs
+* [v2.13.1](releases/2.13.1/index.md) (_24 Dec 2024_)
* [v2.13.0](releases/2.13.0/index.md) (_02 Dec 2024_)
* [v2.12.1](releases/2.12.1/index.md) (_19 Nov 2024_)
* [v2.12.0](releases/2.12.0/index.md) (_31 Oct 2024_)
diff --git a/docs/around_me/android/index.md b/docs/around_me/android/index.md
index f7c09f689..d8791a6ae 100644
--- a/docs/around_me/android/index.md
+++ b/docs/around_me/android/index.md
@@ -10,7 +10,7 @@ Add the following dependencies in the `build.gradle` file of your application:
```kotlin
dependencies {
- implementation("com.kisio.navitia.sdk.ui:aroundme:2.13.0")
+ implementation("com.kisio.navitia.sdk.ui:aroundme:2.13.1")
}
```
diff --git a/docs/around_me/android/releases/2.13.1/index.md b/docs/around_me/android/releases/2.13.1/index.md
new file mode 100644
index 000000000..7064fedea
--- /dev/null
+++ b/docs/around_me/android/releases/2.13.1/index.md
@@ -0,0 +1,10 @@
+---
+title: AroundMe Android 2.13.1 - Changelog - Navitia SDK Docs
+---
+
+# Around Me Android 2.13.1 Changelog
+
+
🗓 24 Dec 2024
+
+#### Fixes
+- Add a fallback for database migrations
diff --git a/docs/bookmark/android/changelogs.md b/docs/bookmark/android/changelogs.md
index 976ca9ebf..1f63da6f3 100644
--- a/docs/bookmark/android/changelogs.md
+++ b/docs/bookmark/android/changelogs.md
@@ -4,6 +4,7 @@ title: Bookmark Android - Changelogs - Navitia SDK Docs
# Bookmark Android Changelogs
+* [v1.9.2](releases/1.9.2/index.md) (_24 Dec 2024_)
* [v1.9.1](releases/1.9.1/index.md) (_02 Dec 2024_)
* [v1.9.0](releases/1.9.0/index.md) (_31 Oct 2024_)
* [v1.8.0](releases/1.8.0/index.md) (_15 Oct 2024_)
diff --git a/docs/bookmark/android/index.md b/docs/bookmark/android/index.md
index aa7251088..2755c621e 100644
--- a/docs/bookmark/android/index.md
+++ b/docs/bookmark/android/index.md
@@ -10,7 +10,7 @@ Add the following dependencies in the `build.gradle` file of your application:
```kotlin
dependencies {
- implementation("com.kisio.navitia.sdk.ui:bookmark:1.9.1")
+ implementation("com.kisio.navitia.sdk.ui:bookmark:1.9.2")
}
```
diff --git a/docs/bookmark/android/releases/1.9.2/index.md b/docs/bookmark/android/releases/1.9.2/index.md
new file mode 100644
index 000000000..55859cee4
--- /dev/null
+++ b/docs/bookmark/android/releases/1.9.2/index.md
@@ -0,0 +1,10 @@
+---
+title: Bookmark Android 1.9.2 - Changelog - Navitia SDK Docs
+---
+
+# Bookmark Android 1.9.2 Changelog
+
+🗓 24 Dec 2024
+
+#### Fixes
+- Add a fallback for database migrations
diff --git a/docs/bookmark/ios/changelogs.md b/docs/bookmark/ios/changelogs.md
index 5e2c47303..1061e5f11 100644
--- a/docs/bookmark/ios/changelogs.md
+++ b/docs/bookmark/ios/changelogs.md
@@ -4,6 +4,7 @@ title: Bookmark iOS - Changelogs - Navitia SDK Docs
# Bookmark iOS Changelogs
+* [v1.9.1](releases/1.9.1/index.md) (_09 Dec 2024_)
* [v1.9.0](releases/1.9.0/index.md) (_02 Dec 2024_)
* [v1.8.0](releases/1.8.0/index.md) (_30 Oct 2024_)
* [v1.7.0](releases/1.7.0/index.md) (_24 Sep 2024_)
diff --git a/docs/bookmark/ios/index.md b/docs/bookmark/ios/index.md
index a7f78e32f..3b7f6bb78 100644
--- a/docs/bookmark/ios/index.md
+++ b/docs/bookmark/ios/index.md
@@ -13,7 +13,7 @@ source 'https://github.com/CocoaPods/Specs.git' # Default Cocoapods URL
source 'https://github.com/hove-io/Podspecs.git' # Bookmark podspec URL
target 'YOUR_PROJECT_SCHEME' do
- pod 'BookmarkSDK', '1.9.0' # Bookmark Pod definition
+ pod 'BookmarkSDK', '1.9.1' # Bookmark Pod definition
end
# Required for XCFramework
diff --git a/docs/bookmark/ios/releases/1.9.1/index.md b/docs/bookmark/ios/releases/1.9.1/index.md
new file mode 100644
index 000000000..51e6f85b7
--- /dev/null
+++ b/docs/bookmark/ios/releases/1.9.1/index.md
@@ -0,0 +1,13 @@
+---
+title: Bookmark iOS 1.9.1 - Changelog - Navitia SDK Docs
+---
+
+# Bookmark iOS 1.9.1 Changelog
+
+🗓 09 Dec 2024
+
+#### Fixes
+- Fix update method not updating additional information property
+
+#### Compiler
+- Swift `6.0.2`
diff --git a/docs/journey/android/changelogs.md b/docs/journey/android/changelogs.md
index 720668927..5e892997e 100644
--- a/docs/journey/android/changelogs.md
+++ b/docs/journey/android/changelogs.md
@@ -4,6 +4,7 @@ title: Journey Android - Changelogs - Navitia SDK Docs
# Journey Android Changelogs
+* [v5.17.1](releases/5.17.1/index.md) (_24 Dec 2024_)
* [v5.17.0](releases/5.17.0/index.md) (_02 Dec 2024_)
* [v5.16.1](releases/5.16.1/index.md) (_19 Nov 2024_)
* [v5.16.0](releases/5.16.0/index.md) (_31 Oct 2024_)
diff --git a/docs/journey/android/index.md b/docs/journey/android/index.md
index 50c98a52a..5b2b38d87 100644
--- a/docs/journey/android/index.md
+++ b/docs/journey/android/index.md
@@ -10,7 +10,7 @@ Add the following dependencies in the `build.gradle` file of your application:
```kotlin
dependencies {
- implementation("com.kisio.navitia.sdk.ui:journey:5.17.0")
+ implementation("com.kisio.navitia.sdk.ui:journey:5.17.1")
}
```
diff --git a/docs/journey/android/releases/5.17.1/index.md b/docs/journey/android/releases/5.17.1/index.md
new file mode 100644
index 000000000..4b26fee69
--- /dev/null
+++ b/docs/journey/android/releases/5.17.1/index.md
@@ -0,0 +1,10 @@
+---
+title: Journey Android 5.17.1 - Changelog - Navitia SDK Docs
+---
+
+# Journey Android 5.17.1 Changelog
+
+🗓 24 Dec 2024
+
+#### Fixes
+- Add a fallback for database migrations
diff --git a/docs/schedule/android/changelogs.md b/docs/schedule/android/changelogs.md
index 64afc93cc..6649bcde9 100644
--- a/docs/schedule/android/changelogs.md
+++ b/docs/schedule/android/changelogs.md
@@ -4,6 +4,7 @@ title: Schedule Android - Changelogs - Navitia SDK Docs
# Schedule Android Changelogs
+* [v2.9.2](releases/2.9.2/index.md) (_24 Dec 2024_)
* [v2.9.1](releases/2.9.1/index.md) (_02 Dec 2024_)
* [v2.9.0](releases/2.9.0/index.md) (_31 Oct 2024_)
* [v2.8.1](releases/2.8.1/index.md) (_24 Sept 2024_)
diff --git a/docs/schedule/android/index.md b/docs/schedule/android/index.md
index 2a5fce067..cd414b783 100644
--- a/docs/schedule/android/index.md
+++ b/docs/schedule/android/index.md
@@ -10,7 +10,7 @@ Add the following dependencies in the `build.gradle` file of your application:
```kotlin
dependencies {
- implementation("com.kisio.navitia.sdk.ui:schedule:2.9.1")
+ implementation("com.kisio.navitia.sdk.ui:schedule:2.9.2")
}
```
diff --git a/docs/schedule/android/releases/2.9.2/index.md b/docs/schedule/android/releases/2.9.2/index.md
new file mode 100644
index 000000000..e7237a23f
--- /dev/null
+++ b/docs/schedule/android/releases/2.9.2/index.md
@@ -0,0 +1,10 @@
+---
+title: Schedule Android 2.9.2 - Changelog - Navitia SDK Docs
+---
+
+# Schedule Android 2.9.2 Changelog
+
+🗓 24 Dec 2024
+
+#### Fixes
+- Add a fallback for database migrations
diff --git a/docs/traffic/android/changelogs.md b/docs/traffic/android/changelogs.md
index 4f3b2aa14..c3de921ae 100644
--- a/docs/traffic/android/changelogs.md
+++ b/docs/traffic/android/changelogs.md
@@ -4,6 +4,7 @@ title: Traffic Android - Changelogs - Navitia SDK Docs
# Traffic Android Changelogs
+* [v2.7.1](releases/2.7.1/index.md) (_24 Dec 2024_)
* [v2.7.0](releases/2.7.0/index.md) (_02 Dec 2024_)
* [v2.6.1](releases/2.6.1/index.md) (_31 Oct 2024_)
* [v2.6.0](releases/2.6.0/index.md) (_15 Oct 2024_)
diff --git a/docs/traffic/android/index.md b/docs/traffic/android/index.md
index 02e829f71..6a2a898f7 100644
--- a/docs/traffic/android/index.md
+++ b/docs/traffic/android/index.md
@@ -10,7 +10,7 @@ Add the following dependencies in the `build.gradle` file of your application:
```kotlin
dependencies {
- implementation("com.kisio.navitia.sdk.ui:traffic:2.7.0")
+ implementation("com.kisio.navitia.sdk.ui:traffic:2.7.1")
}
```
diff --git a/docs/traffic/android/releases/2.7.1/index.md b/docs/traffic/android/releases/2.7.1/index.md
new file mode 100644
index 000000000..281d2a10f
--- /dev/null
+++ b/docs/traffic/android/releases/2.7.1/index.md
@@ -0,0 +1,10 @@
+---
+title: Traffic Android 2.7.1 - Changelog - Navitia SDK Docs
+---
+
+# Traffic Android 2.7.1 Changelog
+
+🗓 24 Dec 2024
+
+#### Fixes
+- Add a fallback for database migrations