We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8114c4c commit f2a3095Copy full SHA for f2a3095
CHANGELOG.md
@@ -1,5 +1,14 @@
1
# CHANGELOG
2
3
+## [Current development]
4
+
5
+## [Releases]
6
7
+## 1.2.0 - 2021-03-27
8
9
+* use `convoworks-core` v0.21.0
10
+* store meta in versions too
11
12
## 1.1.4 - 2021-02-22
13
14
* use `convoworks-core` v0.20
composer.json
@@ -7,12 +7,12 @@
"convoworks"
],
"license" : "MIT",
- "version": "1.1.4",
+ "version": "1.2.0",
"require" : {
"php" : "^7.2",
"psr/log" : "^1.1.0",
"psr/simple-cache" : "^1.0.1",
15
- "zef-dev/convoworks-core" : "^0.20"
+ "zef-dev/convoworks-core" : "^0.21"
16
},
17
"autoload" : {
18
"psr-4" : {
0 commit comments