This is an automated email from the ASF dual-hosted git repository.

rabbah pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk-client-go.git


The following commit(s) were added to refs/heads/master by this push:
     new 49c58e0  prep for 1.1.0 release (#139)
49c58e0 is described below

commit 49c58e00354d315ce82766c785c69193df0514e8
Author: David Grove <[email protected]>
AuthorDate: Sun Sep 27 11:23:56 2020 -0400

    prep for 1.1.0 release (#139)
    
    + update changelog
    + update end year in notice
---
 CHANGELOG.md | 8 ++++++++
 NOTICE.txt   | 2 +-
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7b84174..0bdb3f0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -19,6 +19,14 @@
 
 # Apache OpenWhisk Client Go
 
+## 1.1.0
+  + Add DelAnnotations field to support del annotation (#137)
+  + Bump up go version to 1.13.14 for travis (#138)
+  + Add `updated` field on package, rule, and trigger entity (#135)
+  + Add updated field on Action struct (#129)
+  + Parse an action's application error (#133)
+  + Support alt. namespace resource uuid as tenant id to API gateway service 
(#130)
+
 ## 1.0.0
   + Handle err return from url.Parse in GetUrlBase (#123)
   + Add dynamic column sizing to wsk activation list command (#120)
diff --git a/NOTICE.txt b/NOTICE.txt
index 9b24b2e..bf88710 100644
--- a/NOTICE.txt
+++ b/NOTICE.txt
@@ -1,5 +1,5 @@
 Apache OpenWhisk Client Go
-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/).

Reply via email to