diff --git a/CHANGELOG.md b/CHANGELOG.md index 2cbd5df..76b43de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to this project will be documented in this file. `navigine.framework` adheres to [Semantic Versioning](http://semver.org/). +## [2.5.1](https://github.com/Navigine/navigine_ios_framework/releases/tag/v.2.5.1) / 2024-05-21 +* Fixed camera behavior +* Improved navigation algorithms + ## [2.5.0](https://github.com/Navigine/navigine_ios_framework/releases/tag/v.2.5.0) / 2024-05-21 * Аixed crash in internal process * Improved navigation algorithms diff --git a/Navigine.podspec b/Navigine.podspec index 18ec204..6722159 100644 --- a/Navigine.podspec +++ b/Navigine.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = 'Navigine' - spec.version = '2.5.0' + spec.version = '2.5.1' spec.license = { :type => 'Custom', :text => 'Navigine Licence'} spec.summary = "iOS SDK for performing indoor navigation" spec.platform = :ios, "13.0" @@ -8,7 +8,7 @@ Pod::Spec.new do |spec| spec.libraries = ["c++"] spec.homepage = 'https://github.com/Navigine/Indoor-Navigation-iOS-Mobile-SDK-2.0' spec.authors = { 'Pavel Tychinin' => 'p.tychinin@navigine.com' } - spec.source = { :git => 'https://github.com/Navigine/Indoor-Navigation-iOS-Mobile-SDK-2.0.git', :tag => 'v.2.5.0' } + spec.source = { :git => 'https://github.com/Navigine/Indoor-Navigation-iOS-Mobile-SDK-2.0.git', :tag => 'v.2.5.1' } spec.documentation_url = 'https://github.com/Navigine/Indoor-Navigation-iOS-Mobile-SDK-2.0/wiki/Getting-Started' spec.vendored_frameworks = 'Frameworks/Navigine.xcframework' spec.preserve_paths = 'Frameworks/Navigine.xcframework'