We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 519b24a commit 9dbbffcCopy full SHA for 9dbbffc
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# CHANGELOG
2
3
+## 1.1.3 - 2021-02-09
4
+
5
+* use convoworks-core v1.19
6
7
8
## 1.0.0 - 2020-12-03
9
10
* Initial release.
composer.json
@@ -7,12 +7,12 @@
"convoworks"
],
"license" : "MIT",
- "version": "1.1.2",
+ "version": "1.1.3",
11
"require" : {
12
"php" : "^7.2",
13
"psr/log" : "^1.1.0",
14
"psr/simple-cache" : "^1.0.1",
15
- "zef-dev/convoworks-core" : "^0.18"
+ "zef-dev/convoworks-core" : "^0.19.0"
16
},
17
"autoload" : {
18
"psr-4" : {
0 commit comments