diff --git a/CHANGELOG.md b/CHANGELOG.md index b8d29e99..be0c7267 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ Adheres to [Semantic Versioning](http://semver.org/). --- -## 8.0.6 (04-16-2024) +## [8.0.6](https://github.com/ngageoint/geopackage-ios/releases/tag/8.0.6) (04-16-2024) * podspec dependency fixes diff --git a/README.md b/README.md index 93280fe2..137b361e 100644 --- a/README.md +++ b/README.md @@ -34,17 +34,17 @@ Include this repository by specifying it in a Podfile using a supported option. Pull from [CocoaPods](https://cocoapods.org/pods/geopackage-ios): - pod 'geopackage-ios', '~> 8.0.5' + pod 'geopackage-ios', '~> 8.0.6' If you use `use_modular_headers!` in your Podfile, disable modular headers for the [PROJ](https://github.com/ngageoint/PROJ) dependency: - pod 'geopackage-ios', '~> 8.0.5' + pod 'geopackage-ios', '~> 8.0.6' pod 'PROJ', :modular_headers => false Pull from GitHub via CocoaPods: pod 'geopackage-ios', :git => 'https://github.com/ngageoint/geopackage-ios.git', :branch => 'master' - pod 'geopackage-ios', :git => 'https://github.com/ngageoint/geopackage-ios.git', :tag => '8.0.5' + pod 'geopackage-ios', :git => 'https://github.com/ngageoint/geopackage-ios.git', :tag => '8.0.6' Include as local project: