diff --git a/CHANGELOG.md b/CHANGELOG.md index ba5aa77..398bb59 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index 09b5ff7..5d0e55c 100644 --- a/README.md +++ b/README.md @@ -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)