diff --git a/CHANGELOG.md b/CHANGELOG.md index 3267918..1f0e12e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 0.5.1 +- Add #5: Support little endianness in NBT files +- Add: Blocked player list API +- Add: Name change info API +- Change: Deprecate getStatistics as endpoint was removed +- Change: Switch to lints & update deps + ## 0.5.0 - Add: Microsoft authentication endpoints (Note that these are not complete!) - Change: Deprecate getStatus API as it got removed by Mojang diff --git a/pubspec.yaml b/pubspec.yaml index d5ca5e2..00a7689 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: dart_minecraft description: Utilities for Minecraft and Mojang Web-APIs and reading/writing NBT Files. -version: 0.5.0 +version: 0.5.1 homepage: https://github.com/spnda/dart_minecraft repository: https://github.com/spnda/dart_minecraft issue_tracker: https://github.com/spnda/dart_minecraft/issues