Skip to content

Commit b8b9b95

Browse files
committed
Prepare for 2.0.14 release
1 parent a88abfe commit b8b9b95

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,24 @@ 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.14 (TBD)
6+
## 2.0.15 (TBD)
77

88
##### Release Notes
99

1010
##### Features
1111

1212
##### Bug Fixes
1313

14+
## 2.0.14 (https://github.com/ngageoint/mage-ios/releases/tag/2.0.14)
15+
16+
##### Release Notes
17+
18+
##### Features
19+
20+
##### Bug Fixes
21+
* Fix iPad layout issues for iOS 13
22+
* Fix crash when trying to modify observation location for events with no forms.
23+
1424
## 2.0.13 (https://github.com/ngageoint/mage-ios/releases/tag/2.0.13)
1525

1626
##### Release Notes

MAGE.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2588,7 +2588,7 @@
25882588
GCC_PREFIX_HEADER = "Mage/MAGE-Prefix.pch";
25892589
INFOPLIST_FILE = "Mage/MAGE-Info.plist";
25902590
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
2591-
MARKETING_VERSION = 2.0.13;
2591+
MARKETING_VERSION = 2.0.14;
25922592
OTHER_LDFLAGS = "$(inherited)";
25932593
PRODUCT_BUNDLE_IDENTIFIER = mil.nga.mage;
25942594
PRODUCT_NAME = MAGE;
@@ -2618,7 +2618,7 @@
26182618
GCC_PREFIX_HEADER = "Mage/MAGE-Prefix.pch";
26192619
INFOPLIST_FILE = "Mage/MAGE-Info.plist";
26202620
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
2621-
MARKETING_VERSION = 2.0.13;
2621+
MARKETING_VERSION = 2.0.14;
26222622
OTHER_LDFLAGS = "$(inherited)";
26232623
PRODUCT_BUNDLE_IDENTIFIER = mil.nga.mage;
26242624
PRODUCT_NAME = MAGE;

0 commit comments

Comments
 (0)