Skip to content

Commit

Permalink
1.0.5 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
tolecar committed Mar 27, 2021
1 parent 11da6a7 commit bc58b89
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## 1.0.5 - 2021-03-27

* use `convoworks-core` v1.21

## 1.0.4 - 2021-02-22

* use convoworks-core v1.20
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"convoworks", "guzzle"
],
"license" : "MIT",
"version": "1.0.4",
"version": "1.0.5",
"require" : {
"php" : "^7.2",
"psr/log" : "^1.1.0",
Expand All @@ -16,7 +16,7 @@
"guzzlehttp/guzzle" : "~6.0",
"guzzlehttp/psr7" : "^1.6",
"http-interop/http-factory-guzzle" : "^1.0",
"zef-dev/convoworks-core" : "^0.20"
"zef-dev/convoworks-core" : "^0.21"
},
"autoload" : {
"psr-4" : {
Expand Down

0 comments on commit bc58b89

Please sign in to comment.