CB-12793 Updated version and RELEASENOTES.md for release 1.0.0
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 8a8ba9f..2f094b7 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -18,3 +18,11 @@
 # under the License.
 #
 -->
+
+## Release Notes for Cordova Coho ##
+
+The command line tool to for Apache Cordova contributors to manage Apache Cordova repositories, and to help with releases and pull requests.
+
+### 1.0.0 (May11, 2017)
+
+- Initial release, see `coho --help` for usage.
\ No newline at end of file
diff --git a/package.json b/package.json
index af1c1bd..b1429c1 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-coho",
-  "version": "1.0.0-dev",
+  "version": "1.0.0",
   "description": "Apache Cordova release tool",
   "main": "./coho",
   "bin": {