Skip to content

Commit a9b70ca

Browse files
authored
Prepare CHANGELOG for 1.14 release. (#31)
1. Put in 1.14 version number 2. Reorder 2.2 changelog to put newest on top per runtimes convention
1 parent 1fa70f6 commit a9b70ca

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

core/dotnet2.2/CHANGELOG.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,7 @@
2020
# .NET Core 2.2 OpenWhisk Runtime Container
2121

2222

23-
## 1.13
24-
Changes:
25-
- Initial release
26-
27-
## Release TBD
23+
## 1.14
2824
Changes:
2925
- Support for async methods. Example:
3026

@@ -35,3 +31,7 @@ Changes:
3531
return (args);
3632
}
3733
```
34+
35+
## 1.13
36+
Changes:
37+
- Initial release

core/dotnet3.1/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
# .NET Core 3.1 OpenWhisk Runtime Container
2121

2222

23-
## Release TBD
23+
## 1.14
2424
Changes:
2525
- Initial release
2626
- Support for async methods. Example:

0 commit comments

Comments
 (0)