We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b44b7d7 commit fa9fe36Copy full SHA for fa9fe36
CHANGELOG.md
@@ -4,6 +4,10 @@
4
5
## [Releases]
6
7
+## 1.2.1 - 2021-05-14
8
+
9
+* use `convoworks-core` v0.22.0
10
11
## 1.2.0 - 2021-03-27
12
13
* use `convoworks-core` v0.21.0
composer.json
@@ -7,12 +7,12 @@
"convoworks"
],
"license" : "MIT",
- "version": "1.2.0",
+ "version": "1.2.1",
"require" : {
"php" : "^7.2",
"psr/log" : "^1.1.0",
14
"psr/simple-cache" : "^1.0.1",
15
- "zef-dev/convoworks-core" : "^0.21"
+ "zef-dev/convoworks-core" : "^0.22"
16
},
17
"autoload" : {
18
"psr-4" : {
0 commit comments