update CHANGELOG and NOTICE to prepare for release (#81)

diff --git a/NOTICE.txt b/NOTICE.txt
index 908fd9b..a59bdf5 100644
--- a/NOTICE.txt
+++ b/NOTICE.txt
@@ -1,5 +1,5 @@
 Apache OpenWhisk Runtime Docker
-Copyright 2016-2019 The Apache Software Foundation
+Copyright 2016-2020 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).
diff --git a/core/CHANGELOG.md b/core/CHANGELOG.md
index 691afff..0912720 100644
--- a/core/CHANGELOG.md
+++ b/core/CHANGELOG.md
@@ -19,13 +19,19 @@
 
 # Apache OpenWhisk Docker Runtime Container
 
-## Apache 1.13.0 (next release)
+## 1.14.0
+  - Support for __OW_ACTION_VERSION (openwhisk/4761)
+
+## 1.13.0-incubating
 Changes:
   - Update base python image to `python:3.6-alpine`
   - Update current directory for action to be root of zip
   - Update python dependencies gevent(`1.2.1`->`1.3.6`) and flask(`0.12`->`1.0.2`)
 
-## 1.3.3 (Apache 1.12.0)
+## 1.12.0-incubating
+  - First Apache incubator release
+
+## 1.3.3
 Changes:
   - Update run handler to accept more environment variables [#55](https://github.com/apache/openwhisk-runtime-docker/pull/55)