Skip to content

Commit

Permalink
2.2.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
pavarnos committed Aug 15, 2018
1 parent c0ab4fc commit 91483fb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@

See README.md for info about version numbering. Follows https://keepachangelog.com/en/1.0.0/

## 2.2.0 - 2018-08-10
## 2.2.1 - 2018-08-15
### Changed
- Moved internal Constants class

## 2.2.0 - 2018-08-14
- Temporarily ignoring semver because no one else is using this library at the moment. Will add a note to the changelog when we follow semver again
### Changed
- Coding style fixes
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ composer phpstan
* ReceiveMessageResult assumes you want to store file attachments on the local filesystem. This may not be true eg if using Amazon infrastructure. Refactor to allow for FileAcceptors(?) which can be overloaded to use Flysystem, local file system, or a null object pattern that ignores the file
* Url class is probably not needed
* AssocArray class is probably not needed
* Wait for PSR-18 to be approved, then migrate HttpDriver to use it (then we can drop direct cUrl support ourselves and rely on third parties to do a better job)

## Other platforms (Java and Python)

Expand Down

0 comments on commit 91483fb

Please sign in to comment.