Skip to content

Commit a5d69be

Browse files
authored
update CHANGELOG and package.json to prepare for release (apache#232)
1 parent 84d7e54 commit a5d69be

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

CHANGELOG.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -19,20 +19,19 @@
1919

2020
# Changelog
2121

22-
## Next
22+
## 2.3.0
2323
* Switch from Node.js 10 to Node.js 14 (#229)
2424
* Bump up cron to 1.8.2 (#223)
25+
* Update akka versions to track core repo (#231)
2526

2627
## 2.2.0
27-
2828
* NodeJS version: 10.21.0
2929
* Handle URL params gently (#219)
3030
* Add missing npm install. (#218)
3131
* Fix can't update strict (#217)
3232
* Make get the strict value correctly when using wsk trigger to get (#216)
3333

3434
## 2.1.0
35-
3635
* NodeJS version: 10.20.1
3736
* Update existing trigger feeds on create instead of failing (#202)
3837
* Add `strict` option while get trigger (#210)
@@ -43,5 +42,4 @@
4342
* remove use of short header in all cases (#193)
4443

4544
## 2.0.0-incubating
46-
4745
* First Apache Release

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openwhisk/alarms-trigger",
3-
"version": "2.2.0",
3+
"version": "2.3.0",
44
"description": "A service to trigger OpenWhisk triggers based on cron notation",
55
"main": "app.js",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)