Skip to content

Commit

Permalink
version 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tolecar committed Feb 9, 2021
1 parent 27bb7c3 commit aaeee81
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.3 - 2021-02-09

* use convoworks-core v1.19

## 1.0.0 - 2020-12-03

* Initial release.
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.2",
"version": "1.0.3",
"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.18"
"zef-dev/convoworks-core" : "^0.19"
},
"autoload" : {
"psr-4" : {
Expand Down

0 comments on commit aaeee81

Please sign in to comment.