Merge pull request #7 from stklcode/feature/5-messages

fetch public messages from API (#5)
This commit is contained in:
2019-12-04 11:59:29 +01:00
committed by GitHub
8 changed files with 438 additions and 1 deletions

View File

@ -5,6 +5,9 @@ All notable changes to this project will be documented in this file.
### Security
* Updated dependencies
### Features
* Added support for reading messages, using `getMessages()` method (#5)
## 1.2.0 - 2019-06-20
### Security