Skip to content

Commit c5668ae

Browse files
committed
Patch version and changelog
1 parent 2c5c6a5 commit c5668ae

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Diff for: CHANGELOG.md

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

6+
# 0.22.12.2 - 2022-03-30
7+
* Change default value for `ConvoIntentReader::required_slots` from empty string `""` to empty array `[]`
68
# 0.22.12.1 - 2022-03-25
79
* Quickfix for splitting example phrases in Alexa configuration
810
* Make splitting backwards compatible with the old method of splitting at semicolons

Diff for: 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.12.1",
9+
"version": "0.22.12.2",
1010
"license" : "MIT",
1111
"require" : {
1212
"php" : "^7.2.5",

0 commit comments

Comments
 (0)