Skip to content

Commit 9dbbffc

Browse files
committed
version 1.1.3
1 parent 519b24a commit 9dbbffc

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# CHANGELOG
22

3+
## 1.1.3 - 2021-02-09
4+
5+
* use convoworks-core v1.19
6+
7+
38
## 1.0.0 - 2020-12-03
49

510
* Initial release.

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
"convoworks"
88
],
99
"license" : "MIT",
10-
"version": "1.1.2",
10+
"version": "1.1.3",
1111
"require" : {
1212
"php" : "^7.2",
1313
"psr/log" : "^1.1.0",
1414
"psr/simple-cache" : "^1.0.1",
15-
"zef-dev/convoworks-core" : "^0.18"
15+
"zef-dev/convoworks-core" : "^0.19.0"
1616
},
1717
"autoload" : {
1818
"psr-4" : {

0 commit comments

Comments
 (0)