diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9a1d5a15b..adc12052d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,12 @@
# Changes to the Mapbox Navigation SDK for iOS
+## v1.0.6 (October 5, 2022)
+
+* Changed Swift version from 4 to 5
+* Fixed some warnings
+* Updated `Getting Started` in README
+* Added `Sample Code` in README
+
## v0.21.0 (September 17, 2018)
### User interface
diff --git a/Examples/Objective-CTests/Info.plist b/Examples/Objective-CTests/Info.plist
index d1f6de706..eab933fcb 100644
--- a/Examples/Objective-CTests/Info.plist
+++ b/Examples/Objective-CTests/Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
BNDL
CFBundleShortVersionString
- 1.0.3
+ 1.0.6
CFBundleVersion
34
diff --git a/Examples/SwiftTests/Info.plist b/Examples/SwiftTests/Info.plist
index d1f6de706..eab933fcb 100644
--- a/Examples/SwiftTests/Info.plist
+++ b/Examples/SwiftTests/Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
BNDL
CFBundleShortVersionString
- 1.0.3
+ 1.0.6
CFBundleVersion
34
diff --git a/MapboxCoreNavigation/Info.plist b/MapboxCoreNavigation/Info.plist
index f0ae11edb..caf8a88d7 100644
--- a/MapboxCoreNavigation/Info.plist
+++ b/MapboxCoreNavigation/Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
FMWK
CFBundleShortVersionString
- 1.0.3
+ 1.0.6
CFBundleVersion
34
NSPrincipalClass
diff --git a/MapboxCoreNavigationTests/Info.plist b/MapboxCoreNavigationTests/Info.plist
index 69e11b89f..3b720477a 100644
--- a/MapboxCoreNavigationTests/Info.plist
+++ b/MapboxCoreNavigationTests/Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
BNDL
CFBundleShortVersionString
- 1.0.3
+ 1.0.6
NSLocationWhenInUseUsageDescription
Location Usage Description
NSLocationAlwaysAndWhenInUseUsageDescription
diff --git a/MapboxNavigation/Info.plist b/MapboxNavigation/Info.plist
index f0ae11edb..caf8a88d7 100644
--- a/MapboxNavigation/Info.plist
+++ b/MapboxNavigation/Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
FMWK
CFBundleShortVersionString
- 1.0.3
+ 1.0.6
CFBundleVersion
34
NSPrincipalClass
diff --git a/MapboxNavigationTests/Info.plist b/MapboxNavigationTests/Info.plist
index c089e1b16..4dd20afab 100644
--- a/MapboxNavigationTests/Info.plist
+++ b/MapboxNavigationTests/Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
BNDL
CFBundleShortVersionString
- 1.0.3
+ 1.0.6
NSLocationAlwaysAndWhenInUseUsageDescription
Location Usage Description
NSLocationWhenInUseUsageDescription
diff --git a/README.md b/README.md
index 2f09aa027..afcd56ab4 100644
--- a/README.md
+++ b/README.md
@@ -39,7 +39,7 @@ If you are looking to include this inside your project, you have to follow the t
1. Add dependencies to Cartfile
```
binary "https://www.mapbox.com/ios-sdk/Mapbox-iOS-SDK.json" == 5.3.0
- github "flitsmeister/flitsmeister-navigation-ios" ~> 1.0.3
+ github "flitsmeister/flitsmeister-navigation-ios" ~> 1.0.6
```
1. Build the frameworks
- Open terminal
diff --git a/RouteTest/Info.plist b/RouteTest/Info.plist
index cd1c4c3c7..941bf12d3 100644
--- a/RouteTest/Info.plist
+++ b/RouteTest/Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
APPL
CFBundleShortVersionString
- 1.0.3
+ 1.0.6
CFBundleVersion
34
LSRequiresIPhoneOS