diff --git a/AppStub/Info.plist b/AppStub/Info.plist
index 2bc6ec9c..46d91164 100644
--- a/AppStub/Info.plist
+++ b/AppStub/Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
APPL
CFBundleShortVersionString
- 1.4.0
+ 2.0.0
CFBundleSignature
????
CFBundleVersion
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 726defee..24e81c85 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,25 @@
+### 2.0.0
+
+* Add support for new Apple hardware: iPhone 11, 11 Pro and 11 Pro Max, iPad
+ mini 5th Gen and iPad Air 2019 #350
+* Update private headers for Xcode 11 GM #348
+* Publish DeviceAgent.iOS artifacts to blob storage #330
+* Control ADO pipeline triggers in yaml #331
+* Add support for Xcode 10.3 #332
+* Use KeyVault for secrets in ADO pipeline #333
+* Update private headers for Xcode 11 beta 6 #334
+* Xcode 11 beta 6: deal with visibility, keyboard, and 3 finger taps #335
+* SpringBoard alerts: read alert titles from .strings files #336
+* SpringBoard alerts: implement tools to parse output of strings files and store
+ as json #338
+* Spring Board alerts: dismiss algorithm can handle cases were alert buttons
+ have alternative titles #339
+* Spring Board alerts: use regex to match alert titles (improve on existing
+ 'contains' logic) #342
+* Improve SpringBoard alert extraction tools #343
+* Import only current language for springboard-alerts #344
+* Add one-off fixes for existing SpringBoard alert bugs #345
+
### 1.4.0
* Add Xcode 11 support #317 #318 #319 #320 #321 #322
diff --git a/README.md b/README.md
index 232be98c..d75bebb0 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
-| develop | [versioning](VERSIONING.md) | [license](LICENSE) | [contributing](CONTRIBUTING.md)|
-|---------|-----------------------------|--------------------|--------------------------------|
-|[![Build Status](https://calabash-ci.xyz/buildStatus/icon?job=DeviceAgent.iOS/develop)](https://calabash-ci.xyz/job/DeviceAgent.iOS/develop) | [![Version](https://img.shields.io/badge/version-1.3.3-green.svg)](https://img.shields.io/badge/version-1.3.3-green.svg) |[![License](https://img.shields.io/github/license/mashape/apistatus.svg?maxAge=2592000)](LICENSE) | [![Contributing](https://img.shields.io/badge/contrib-gitflow-orange.svg)](https://www.atlassian.com/git/tutorials/comparing-workflows/gitflow-workflow/)|
+| develop | master | [versioning](VERSIONING.md) | [license](LICENSE) | [contributing](CONTRIBUTING.md)|
+|---------|--------|-----------------------------|--------------------|--------------------------------|
+|[![Build Status](https://msmobilecenter.visualstudio.com/Mobile-Center/_apis/build/status/test-cloud/xamarin-uitest/calabash.DeviceAgent.iOS?branchName=develop)](https://msmobilecenter.visualstudio.com/Mobile-Center/_build/latest?definitionId=3510&branchName=develop) | [![Build Status](https://msmobilecenter.visualstudio.com/Mobile-Center/_apis/build/status/test-cloud/xamarin-uitest/calabash.DeviceAgent.iOS?branchName=master)](https://msmobilecenter.visualstudio.com/Mobile-Center/_build/latest?definitionId=3510&branchName=master) | [![Version](https://img.shields.io/badge/version-2.0.0-green.svg)](https://img.shields.io/badge/version-2.0.0-green.svg) |[![License](https://img.shields.io/github/license/mashape/apistatus.svg?maxAge=2592000)](LICENSE) | [![Contributing](https://img.shields.io/badge/contrib-gitflow-orange.svg)](https://www.atlassian.com/git/tutorials/comparing-workflows/gitflow-workflow/)|
## DeviceAgent.iOS