diff --git a/CHANGELOG.md b/CHANGELOG.md index d608fbd..cc5f32a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# v1.3.8 +## Fixes +- Visual bug on Windows (thanks @Cyrix126) + +## Bundled Versions +* [`P2Pool v3.10`](https://github.com/SChernykh/p2pool/releases/tag/v3.10) +* [`XMRig v6.21.3`](https://github.com/xmrig/xmrig/releases/tag/v6.21.3) + + +--- + + # v1.3.7 ## Fixes - Not starting on Windows if CPU does not support `>= OpenGL 3.3` (thanks @Cyrix126 [#78](https://github.com/hinto-janai/gupax/issues/78)) diff --git a/Cargo.lock b/Cargo.lock index fb43556..07c1969 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2755,7 +2755,7 @@ dependencies = [ [[package]] name = "gupax" -version = "1.3.7" +version = "1.3.8" dependencies = [ "anyhow", "arti-client", diff --git a/Cargo.toml b/Cargo.toml index f74aa6c..573568b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gupax" -version = "1.3.7" +version = "1.3.8" authors = ["hinto-janai "] description = "GUI for P2Pool+XMRig" documentation = "https://github.com/hinto-janai/gupax"