From 3b2a495946694b85f2b00c9c44e4c96535fdb77a Mon Sep 17 00:00:00 2001 From: MetrosexualGarbodor <79612681+MetrosexualGarbodor@users.noreply.github.com> Date: Wed, 8 Feb 2023 22:03:28 +0000 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Changelog.md b/Changelog.md index e715060..d94cdec 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,11 @@ # Ryujinx Changelog All updates to the Ryujinx official master build will be documented in this file +## 1.1.609 - 2023-02-08 +### Fixed: +- nuget: bump System.IdentityModel.Tokens.Jwt from 6.26.0 to 6.26.1. + - Updates the System.IdentityModel.Tokens.Jwt dependency. No changes in games. + ## 1.1.608 - 2023-02-08 ### Fixed: - Replace BitConverter.ToString(bytes).Replace("-", "") with Convert.ToHexString(bytes).