CB-5802 Updated version and RELEASENOTES.md for release 0.18.0
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index a81f61f..6d6649d 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -1,4 +1,32 @@
-# Changelog
+<!--
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+# 
+# http://www.apache.org/licenses/LICENSE-2.0
+# 
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+#  KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+-->
+# Cordova-plugman Release Notes
+
+### 0.18.0 (Jan 15, 2014)
+* CB-5770 plugman prepare.js script content wrapping no longer allows ending parens/braces to be commented out from end of line comment
+* CB-4871 Reduced package size significantly.
+* CB-5720 Allow <resource-file> on Android
+* CB-5006 Add --searchpath option for local plugin search path
+* CB-5701 Reference custom frameworks using relative paths
+* CB-5495, CB=5568 Fix config.xml path for ios
 
 ## 0.17.0 (Dec 11, 2013)
 * CB-5579 Add support for --www param for install, uninstall, prepare commands.
diff --git a/package.json b/package.json
index 3c07a09..2530543 100644
--- a/package.json
+++ b/package.json
@@ -2,7 +2,7 @@
   "author": "Andrew Lunny <alunny@gmail.com>",
   "name": "plugman",
   "description": "install/uninstall Cordova plugins",
-  "version": "0.17.0",
+  "version": "0.18.0",
   "repository": {
     "type": "git",
     "url": "git://git-wip-us.apache.org/repos/asf/cordova-plugman.git"