Update version & RELEASENOTES.md for release 1.1.0
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index b8aca29..fbc422a 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -20,6 +20,17 @@
 -->
 # Cordova-node-xcode Release Notes
 
+### 1.1.0 (Dec 19, 2018)
+* feat: omit objects with empty values ([#24](https://github.com/apache/cordova-node-xcode/pull/24))
+* Resolve issue with `pbxFile` extension ([#31](https://github.com/apache/cordova-node-xcode/pull/31))
+* uuid@3 update ([#40](https://github.com/apache/cordova-node-xcode/pull/40))
+* move `pegjs` to `devDependencies` in `package.json` ([#10](https://github.com/apache/cordova-node-xcode/pull/10))
+* Fixed bug where comment is not removed on removing embedded frameworks. ([#5](https://github.com/apache/cordova-node-xcode/pull/5))
+* Remove trailing whitespace from `lib/pbxWriter.js` ([#35](https://github.com/apache/cordova-node-xcode/pull/35))
+* docs(readme): highlight code example ([#25](https://github.com/apache/cordova-node-xcode/pull/25))
+* update invalid link to PEGjs in `README.md` ([#8](https://github.com/apache/cordova-node-xcode/pull/8))
+* [CB-14145](https://issues.apache.org/jira/browse/CB-14145) explicit nodeunit@^0.11.3 update in `devDependencies` ([#10](https://github.com/apache/cordova-node-xcode/pull/10))
+
 ### 1.0.0 (Oct 4, 2017)
 * Bump version to 1.0.0 to represent stability and follow semver more closely
 * Fix null-access errors in `addTo/removeFrom*PbxGroup` methods
diff --git a/package.json b/package.json
index 6054b5e..b98d1a6 100644
--- a/package.json
+++ b/package.json
@@ -2,7 +2,7 @@
   "author": "Apache Software Foundation",
   "name": "xcode",
   "description": "parser for xcodeproj/project.pbxproj files",
-  "version": "1.0.1-dev",
+  "version": "1.1.0",
   "main": "index.js",
   "repository": {
     "url": "https://github.com/apache/cordova-node-xcode.git"