Prepare 0.2.0 release

This commit is contained in:
ErickSkrauch 2019-05-07 11:31:39 +03:00
parent 77ef50bcad
commit 1bb4365e55
No known key found for this signature in database
GPG Key ID: 669339FCBB30EE0E
2 changed files with 3 additions and 7 deletions

View File

@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [0.2.0] - no date
## [0.2.0] - 2019-05-07
### Added
- This CHANGELOG.md file.
- `\Ely\Mojang\Api::setClient()` method to override default HTTP client.
@ -34,6 +34,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Initial implementation
[Unreleased]: https://github.com/elyby/mojang-api/compare/v0.2.0...HEAD
[0.2.0]: https://github.com/elyby/mojang-api/compare/v0.1.0...v0.2.0
[Unreleased]: https://github.com/elyby/mojang-api/compare/0.2.0...HEAD
[0.2.0]: https://github.com/elyby/mojang-api/compare/0.1.0...0.2.0
[0.1.0]: https://github.com/elyby/mojang-api/releases/tag/0.1.0

View File

@ -4,10 +4,6 @@ This package provides easy access to the Minecraft related API of Mojang.
The library is built on the top of the [Guzzle HTTP client](https://github.com/guzzle/guzzle),
has custom errors handler and automatic retry in case of problems with Mojang.
> Please note that this is not a complete implementation of all available APIs.
If you don't find the method you need, [open Issue](https://github.com/elyby/mojang-api/issues/new)
or [submit a PR](https://github.com/elyby/mojang-api/compare) with the implementation.
[![Latest Version on Packagist][ico-version]][link-packagist]
[![Total Downloads][ico-downloads]][link-downloads]
[![Software License][ico-license]](LICENSE.md)