From b59ab1ab183d2b966239a46f2945f5c3c3098118 Mon Sep 17 00:00:00 2001 From: Felix Brucker Date: Wed, 24 May 2023 21:43:52 +0200 Subject: [PATCH] Bump to 1.17.2 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d05b397..80697a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +1.17.2 / 2023-05-24 +================== + +* Correctly parse CAT balances. +* Skip logging in with the first fingerprint if already logged in to a wallet. + 1.17.1 / 2023-04-26 ================== diff --git a/package.json b/package.json index 239afdc..6ddbf6b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "chia-dashboard-satellite", - "version": "1.17.1", + "version": "1.17.2", "repository": "https://github.com/felixbrucker/chia-dashboard-satellite.git", "bugs": "https://github.com/felixbrucker/chia-dashboard-satellite/issues", "license": "GPL-3.0",