Skip to content

Commit afdda22

Browse files
committed
Prepare for 2.0.19 release
1 parent b722575 commit afdda22

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,7 +3,7 @@ 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.19 ()
6+
## 2.0.20
77

88
##### Release Notes
99

@@ -12,6 +12,16 @@ Adheres to [Semantic Versioning](http://semver.org/).
1212
##### Bug Fixes
1313
* Duplicate locally shared GeoPackages now prompt the user asking if the old GeoPackage should be overwritten or the new GeoPackage should be also imported
1414

15+
## 2.0.19 (https://github.com/ngageoint/mage-ios/releases/tag/2.0.19)
16+
17+
##### Release Notes
18+
19+
##### Features
20+
21+
##### Bug Fixes
22+
* Duplicate locally shared GeoPackages now prompt the user asking if the old GeoPackage should be overwritten or the new GeoPackage should be also imported.
23+
* Fix bug where video will not attach to observation when photo has not been attached first.
24+
1525
## 2.0.18 (https://github.com/ngageoint/mage-ios/releases/tag/2.0.18)
1626

1727
##### Release Notes

MAGE.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2656,7 +2656,7 @@
26562656
GCC_PREFIX_HEADER = "Mage/MAGE-Prefix.pch";
26572657
INFOPLIST_FILE = "Mage/MAGE-Info.plist";
26582658
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
2659-
MARKETING_VERSION = 2.0.18;
2659+
MARKETING_VERSION = 2.0.19;
26602660
OTHER_LDFLAGS = "$(inherited)";
26612661
PRODUCT_BUNDLE_IDENTIFIER = mil.nga.mage;
26622662
PRODUCT_NAME = MAGE;
@@ -2686,7 +2686,7 @@
26862686
GCC_PREFIX_HEADER = "Mage/MAGE-Prefix.pch";
26872687
INFOPLIST_FILE = "Mage/MAGE-Info.plist";
26882688
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
2689-
MARKETING_VERSION = 2.0.18;
2689+
MARKETING_VERSION = 2.0.19;
26902690
OTHER_LDFLAGS = "$(inherited)";
26912691
PRODUCT_BUNDLE_IDENTIFIER = mil.nga.mage;
26922692
PRODUCT_NAME = MAGE;

0 commit comments

Comments
 (0)