diff --git a/current_version.json b/current_version.json index ddf604f..dfcf413 100644 --- a/current_version.json +++ b/current_version.json @@ -1,13 +1,13 @@ { - "tag_name": "v0.9.3", + "tag_name": "v0.10.1", "assets": [ { - "browser_download_url": "https://github.com/UncleGoogle/galaxy-integration-humblebundle/releases/download/v0.9.3/humble_v0.9.3_win.zip", - "name": "humble_v0.9.3_win.zip" + "browser_download_url": "https://github.com/UncleGoogle/galaxy-integration-humblebundle/releases/download/v0.10.1/humble_v0.10.1_win.zip", + "name": "humble_v0.10.1_win.zip" }, { - "browser_download_url": "https://github.com/UncleGoogle/galaxy-integration-humblebundle/releases/download/v0.9.3/humble_v0.9.3_mac.zip", - "name": "humble_v0.9.3_mac.zip" + "browser_download_url": "https://github.com/UncleGoogle/galaxy-integration-humblebundle/releases/download/v0.10.1/humble_v0.10.1_mac.zip", + "name": "humble_v0.10.1_mac.zip" } ] } \ No newline at end of file diff --git a/src/CHANGELOG.md b/src/CHANGELOG.md index a22c47d..e79bd70 100644 --- a/src/CHANGELOG.md +++ b/src/CHANGELOG.md @@ -1,3 +1,8 @@ +## Version 0.10.1 +[Fixed] +- Adjusting to humble API changes in May 2022 #183 +- Error handling in case of authorisation cookie invalidation #179 + ## Version 0.10.0 [Fixed] diff --git a/src/manifest.json b/src/manifest.json index da7076c..1d52bcf 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -2,7 +2,7 @@ "name": "Humble Bundle plugin", "platform": "humble", "guid": "f0ca3d80-a432-4d35-a9e3-60f27161ac3a", - "version": "0.10.0", + "version": "0.10.1", "description": "GOG Galaxy 2.0 integration", "author": "Mesco", "email": "mieszkoziemowit@gmail.com",