From 83531277db436a9c054ec6f58f6c8c0e0823e156 Mon Sep 17 00:00:00 2001 From: David Cole Date: Wed, 7 Apr 2021 20:59:27 +1200 Subject: [PATCH] Prepare for v5.1.3 release --- CHANGELOG.md | 6 ++++++ LICENSE.md | 4 ++-- src/Discord/Discord.php | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8553bae23..f04e96d14 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## Version 5.1.3 + +- Added the `recipient_id` property to `Channel` - 8b3eb0e667b39d906b3962a55d1469f5184b63ff +- Fixed private channel caching bug - 8b3eb0e667b39d906b3962a55d1469f5184b63ff +- Fixed guild member chunking not working on some bot accounts - 96f1ce30236ec7b18b70216e7e4f73317f242073 + ## Version 5.1.2 - Fixed bug where websocket connection would fail and wouldn't reconnect. diff --git a/LICENSE.md b/LICENSE.md index ee1887233..2285d85bb 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2015 David Cole +Copyright (c) 2015-2021 David Cole Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. \ No newline at end of file +SOFTWARE. diff --git a/src/Discord/Discord.php b/src/Discord/Discord.php index e91a65a52..e2f33126a 100644 --- a/src/Discord/Discord.php +++ b/src/Discord/Discord.php @@ -91,7 +91,7 @@ class Discord * * @var string Version. */ - const VERSION = 'v5.1.2'; + const VERSION = 'v5.1.3'; /** * The logger.