diff --git a/CHANGELOG.md b/CHANGELOG.md index 65954a4..d022c0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ Adheres to [Semantic Versioning](http://semver.org/). --- -## 2.0.2 (TBD) +## [2.0.2](https://github.com/ngageoint/simple-features-ios/releases/tag/2.0.2) (04-03-2019) * Geometry Type parent and child hierarchy utility methods * Encode and decode geometry utility methods diff --git a/README.md b/README.md index 80856fa..7982fd4 100644 --- a/README.md +++ b/README.md @@ -43,12 +43,12 @@ Include this repository by specifying it in a Podfile using a supported option. Pull from [CocoaPods](https://cocoapods.org/pods/sf-ios): - pod 'sf-ios', '~> 2.0.1' + pod 'sf-ios', '~> 2.0.2' Pull from GitHub: pod 'sf-ios', :git => 'https://github.com/ngageoint/simple-features-ios.git', :branch => 'master' - pod 'sf-ios', :git => 'https://github.com/ngageoint/simple-features-ios.git', :tag => '2.0.1' + pod 'sf-ios', :git => 'https://github.com/ngageoint/simple-features-ios.git', :tag => '2.0.2' Include as local project: