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).