Skip to content

Commit f2a3095

Browse files
committed
1.2.0
1 parent 8114c4c commit f2a3095

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# CHANGELOG
22

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+
312
## 1.1.4 - 2021-02-22
413

514
* use `convoworks-core` v0.20

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
"convoworks"
88
],
99
"license" : "MIT",
10-
"version": "1.1.4",
10+
"version": "1.2.0",
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.20"
15+
"zef-dev/convoworks-core" : "^0.21"
1616
},
1717
"autoload" : {
1818
"psr-4" : {

0 commit comments

Comments
 (0)