Skip to content

Commit fb885c7

Browse files
committed
2.0.9 release
1 parent be4da03 commit fb885c7

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,19 @@ All notable changes to this project will be documented in this file.
33
Adheres to [Semantic Versioning](http://semver.org/).
44

55
---
6-
## 2.0.9 (TBD)
6+
## 2.0.10 (TBD)
7+
8+
## 2.0.9 (https://github.com/ngageoint/mage-ios/releases/tag/2.0.9)
9+
10+
##### Release Notes
11+
12+
##### Features
13+
* Add custom default values to event forms.
14+
* From the settings menu you can now select from your most recent events.
15+
* Customize the size and quality of photo and video uploads.
16+
17+
##### Bug Fixes
18+
* Fixed a bug that could cause a crash when being notified of an observation.
719

820
## 2.0.8 (https://github.com/ngageoint/mage-ios/releases/tag/2.0.8)
921

Podfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ target 'MAGE' do
1111
pod 'UIImage-Categories', '~> 0.0.1'
1212
pod 'HexColors', '~> 2.2.1'
1313
pod 'GoogleSignIn'
14-
#pod 'mage-ios-sdk', :git => 'https://github.com/ngageoint/mage-ios-sdk.git', :tag=> '3.0.0'
14+
pod 'mage-ios-sdk', :git => 'https://github.com/ngageoint/mage-ios-sdk.git', :tag=> '3.0.1'
1515
#pod 'mage-ios-sdk', :git => 'https://github.com/ngageoint/mage-ios-sdk.git', :branch=> 'develop'
16-
pod 'mage-ios-sdk', :path => '../mage-ios-sdk'
16+
#pod 'mage-ios-sdk', :path => '../mage-ios-sdk'
1717
pod 'mgrs', '~>0.1.0'
1818
pod 'libPhoneNumber-iOS', '~> 0.8'
1919
pod 'tuneup_js'

0 commit comments

Comments
 (0)