bump version and add changelog
diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 0000000..a5692e1
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,23 @@
+<!--
+#
+# 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.
+#
+-->
+
+# Changelog
+
+## v1.2.0
+* Initial release under new Apache OpenWhisk ownership and new name @openwhisk/wskdebug
diff --git a/package-lock.json b/package-lock.json
index 4ca89bc..13cae92 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
 {
     "name": "@openwhisk/wskdebug",
-    "version": "1.1.2",
+    "version": "1.2.0",
     "lockfileVersion": 1,
     "requires": true,
     "dependencies": {
diff --git a/package.json b/package.json
index 8ad0e42..d1af06d 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
     "name": "@openwhisk/wskdebug",
-    "version": "1.1.2",
+    "version": "1.2.0",
     "description": "Debugging and live development tool for Apache OpenWhisk",
     "license": "Apache-2.0",
     "author": "Apache Software Foundation",