reorder CHANGES.md to put most recent release at top (#107)

* reorder CHANGES.md to put most recent release at top

* synchronize internal version number with external release number
diff --git a/CHANGES.md b/CHANGES.md
index 66fc0c9..1167bd4 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -16,11 +16,10 @@
 # limitations under the License.
 #
 -->
-# ActionLoop v1.0.1
-- embedded file type detection
-- now showing the commend
-- librdkafka in golang image
-- showing version numbuer with -debug
+# 1.14.0
+- Removed the -incubation
+- Now all runtimes use source release so no more actionloop-v2, renamed to actionloop-base
+- upgraded to go 1.12.9 and 1.11.13
 
 # Actionloop v2
 Versioning
@@ -36,7 +35,8 @@
 - You can initalize multiple times when debugging
 - Removed gogradle plugin, now building directly with go
 
-# Deincubation
-- Removed the -incubation
-- Now all runtimes use source release so no more actionloop-v2, renamed to actionloop-base
-- upgraded to go 1.12.9 and 1.11.13
+# ActionLoop v1.0.1
+- embedded file type detection
+- now showing the commend
+- librdkafka in golang image
+- showing version numbuer with -debug
diff --git a/README.md b/README.md
index ada9041..960d0a2 100644
--- a/README.md
+++ b/README.md
@@ -22,7 +22,7 @@
 [![License](https://img.shields.io/badge/license-Apache--2.0-blue.svg)](http://www.apache.org/licenses/LICENSE-2.0)
 [![Join Slack](https://img.shields.io/badge/join-slack-9B69A0.svg)](http://slack.openwhisk.org/)
 
-This repository containst both the OpenWhisk runtime for Golang Actions, as well as a runtime for Generic executables.
+This repository contains both the OpenWhisk runtime for Golang Actions, as well as a runtime for Generic executables.
 
 - If you are in a hurry, check the [examples](examples/EXAMPLES.md)
 - Writing Actions for the runtime in [Golang](docs/ACTION.md#golang)
@@ -41,7 +41,7 @@
 
 # Change Log
 
-[CHANGES.md](Here.)
+[CHANGES.md](CHANGES.md)
 
 # License
 [Apache 2.0](LICENSE.txt)
diff --git a/openwhisk/version.go b/openwhisk/version.go
index 7b9a646..2bc050c 100644
--- a/openwhisk/version.go
+++ b/openwhisk/version.go
@@ -17,4 +17,4 @@
 package openwhisk
 
 // Version number - internal
-var Version = "2.1"
+var Version = "1.14.0"