This is an automated email from the ASF dual-hosted git repository.
lukeroy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk-runtime-go.git
The following commit(s) were added to refs/heads/master by this push:
new 7530882 Add release notes for 1.25.0 (#204)
7530882 is described below
commit 7530882b7565c2909f2d1cd334f33d5794b61737
Author: David Grove <[email protected]>
AuthorDate: Thu Aug 29 02:56:43 2024 -0400
Add release notes for 1.25.0 (#204)
---
CHANGES.md | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/CHANGES.md b/CHANGES.md
index 8017345..69e7442 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -16,9 +16,10 @@
# limitations under the License.
#
-->
-# Next Release
-- Remove obsolete buster-backports repository from build.
-- Add support for golang 1.23
+# 1.25.0
+- Remove obsolete buster-backports repository from build. (#199)
+- Add support for golang 1.23 (#201)
+- Drop support for golang 1.20 (#202)
# 1.24.0
- Add support for golang 1.22 (#195)