From 6fd88e077ee17502088dab5a8d9c17ff8defa27d Mon Sep 17 00:00:00 2001 From: ErickSkrauch Date: Fri, 8 Nov 2019 02:12:31 +0300 Subject: [PATCH] Prepare 4.3.0 release --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6cb3d03..4753aa5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] - xxxx-xx-xx + +## [4.3.0] - 2019-11-08 ### Added - 403 Forbidden errors from the Mojang's API are now logged - `QUEUE_LOOP_DELAY` configuration param to adjust Mojang's textures queue performance @@ -73,7 +75,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 from the textures link instead. - `hash` field from `POST /api/skins` endpoint. -[Unreleased]: https://github.com/elyby/chrly/compare/4.2.3...HEAD +[Unreleased]: https://github.com/elyby/chrly/compare/4.3.0...HEAD +[4.3.0]: https://github.com/elyby/chrly/compare/4.2.3...4.3.0 [4.2.3]: https://github.com/elyby/chrly/compare/4.2.2...4.2.3 [4.2.2]: https://github.com/elyby/chrly/compare/4.2.1...4.2.2 [4.2.1]: https://github.com/elyby/chrly/compare/4.2.0...4.2.1