Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/bookmark/ios/changelogs.md
Original file line number Diff line number Diff line change
Expand Up @@ -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_)
Expand Down
2 changes: 1 addition & 1 deletion docs/bookmark/ios/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
13 changes: 13 additions & 0 deletions docs/bookmark/ios/releases/1.9.1/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
title: Bookmark iOS 1.9.1 - Changelog - Navitia SDK Docs
---

# Bookmark iOS 1.9.1 Changelog

<h2>🗓 09 Dec 2024</h2>

#### Fixes
- Fix update method not updating additional information property

#### Compiler
- Swift `6.0.2`