Skip to content

Commit

Permalink
Declare as v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tolecar committed May 14, 2021
1 parent 0c82a51 commit 0f8e675
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
11 changes: 8 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,21 @@
# CHANGELOG

## 1.1.0 - 2021-05-14

* use guzzle 7
* use `convoworks-core` v0.22

## 1.0.5 - 2021-03-27

* use `convoworks-core` v1.21
* use `convoworks-core` v0.21

## 1.0.4 - 2021-02-22

* use convoworks-core v1.20
* use convoworks-core v0.20

## 1.0.3 - 2021-02-09

* use convoworks-core v1.19
* use convoworks-core v0.19

## 1.0.0 - 2020-12-03

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.5",
"version": "1.1.0",
"require" : {
"php" : "^7.2",
"psr/log" : "^1.1.0",
Expand All @@ -16,7 +16,7 @@
"guzzlehttp/guzzle" : "~7.0",
"guzzlehttp/psr7" : "^1.6",
"http-interop/http-factory-guzzle" : "^1.0",
"zef-dev/convoworks-core" : "^0.21"
"zef-dev/convoworks-core" : "^0.22"
},
"autoload" : {
"psr-4" : {
Expand Down

0 comments on commit 0f8e675

Please sign in to comment.