diff --git a/CHANGELOG.md b/CHANGELOG.md index e682dfe6..15a7272f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,9 @@ Adheres to [Semantic Versioning](http://semver.org/). * R-tree update trigger modifications * DAO column range support (including geometry envelopes & bounding boxes) to build where clauses & args for queries * User Column integrated Data Columns Schema support +* sf-wkb-ios version 4.1.4 +* sf-wkt-ios version 2.1.4 +* sf-proj-ios version 6.0.3 * ogc-api-features-json-ios version 4.2.5 * Get abstract User DAO by table name * Set User Custom DAO contents diff --git a/Podfile b/Podfile index 9788aa85..5980027f 100644 --- a/Podfile +++ b/Podfile @@ -4,9 +4,9 @@ platform :ios, '12.0' inhibit_all_warnings! target 'geopackage-ios' do - pod 'sf-wkb-ios', '~> 4.1.3' - pod 'sf-wkt-ios', '~> 2.1.3' - pod 'sf-proj-ios', '~> 6.0.2' + pod 'sf-wkb-ios', '~> 4.1.4' + pod 'sf-wkt-ios', '~> 2.1.4' + pod 'sf-proj-ios', '~> 6.0.3' pod 'ogc-api-features-json-ios', '~> 4.2.5' pod 'color-ios', '~> 1.0.2' pod 'tiff-ios', '~> 4.0.2'