Skip to content

Commit 7384b63

Browse files
committed
Changelog and version
1 parent 06146c6 commit 7384b63

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
## [Current development]
44
## [Releases]
55

6+
## 0.22.12 - 2022-03-24
7+
* Required slots now have a special editor type
8+
* Split example phrases by line and trim them
9+
* Update standard for describing status variables
10+
* New element - Element Queue
11+
* Accept template when creating service from file
12+
* Fix exception type in AlexaRemindersApi
13+
614
## 0.22.11 - 2022-02-16
715
* Add support for Alexa Reminders API
816
* Add new expression function `parse_date_time` which interpolates incoming date formats provided by platform slots

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"keywords" : [
77
"alexa", "dialogflow", "viber", "messenger", "chatbot", "voice enabled", "voice assistant"
88
],
9-
"version": "0.22.11.0",
9+
"version": "0.22.12.0",
1010
"license" : "MIT",
1111
"require" : {
1212
"php" : "^7.2.5",

0 commit comments

Comments
 (0)