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

mrutkowski 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 87edc23  Prep. for 1.2.0 release (#147)
87edc23 is described below

commit 87edc23647174648fe52939201ebb276e0899f83
Author: Matt Rutkowski <[email protected]>
AuthorDate: Thu Mar 11 12:53:14 2021 -0600

    Prep. for 1.2.0 release (#147)
---
 CHANGELOG.md | 50 ++++++++++++++++++++++++++++++++------------------
 NOTICE.txt   |  2 +-
 2 files changed, 33 insertions(+), 19 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0bdb3f0..78872e1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -19,28 +19,42 @@
 
 # Apache OpenWhisk Client Go
 
+## 1.2.0
+
+- Update for travis migration (#140)
+- Add omit tag to ErrorResponse.Response field (#121)
+- update status code if action returns error (#142)
+- Migrate to Go Modules (#143)
+- Update docs & provide example code (#144)
+- Update testify dep. version and clarify use of go get (#145)
+- Update go.mod to use go v1.15 (#146)
+
 ## 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)
+
+- 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)
+
+- Handle err return from url.Parse in GetUrlBase (#123)
+- Add dynamic column sizing to wsk activation list command (#120)
 
 ## 0.10.0-incubating
-  + Added extra columns to activation records summary rows (#116)
-  + Replace godep with govendor (#113)
-  + Load X509 cert on client creation (#112)
-  + Add Concurrency to Limits (#94)
-  + Fix invalid warning message (#91)
-  + Allow NewClient to run concurrently (#103)
-  + Update Go Version (#104)
-  + Allow additional headers to override auth header val (#100)
-  + Replace trigger service type with interface (#99)
+
+- Added extra columns to activation records summary rows (#116)
+- Replace godep with govendor (#113)
+- Load X509 cert on client creation (#112)
+- Add Concurrency to Limits (#94)
+- Fix invalid warning message (#91)
+- Allow NewClient to run concurrently (#103)
+- Update Go Version (#104)
+- Allow additional headers to override auth header val (#100)
+- Replace trigger service type with interface (#99)
 
 ## 0.9.0-incubating
-  Initial Apache Release
+
+- Initial Apache Release
diff --git a/NOTICE.txt b/NOTICE.txt
index bf88710..27342a7 100644
--- a/NOTICE.txt
+++ b/NOTICE.txt
@@ -1,5 +1,5 @@
 Apache OpenWhisk Client Go
-Copyright 2016-2020 The Apache Software Foundation
+Copyright 2016-2021 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).

Reply via email to