diff --git a/CHANGELOG.md b/CHANGELOG.md index b8fd2df..ae9c266 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [2.0.84] - 2024-09-02 +### Changed +- Replace docker libssl1.1 with libssl3 + ## [2.0.83] - 2024-09-02 ### Changed - Fixed progress reporting to the qBittorrent API endpoint. diff --git a/Dockerfile b/Dockerfile index c47571a..9bc6a22 100644 --- a/Dockerfile +++ b/Dockerfile @@ -60,7 +60,7 @@ RUN \ echo "**** Updating package information ****" && \ apk update && \ echo "**** Install pre-reqs ****" && \ - apk add bash icu-libs krb5-libs libgcc libintl libssl1.1 libstdc++ zlib && \ + apk add bash icu-libs krb5-libs libgcc libintl libssl3 libstdc++ zlib && \ echo "**** Installing dotnet ****" && \ mkdir -p /usr/share/dotnet diff --git a/client/src/app/navbar/navbar.component.html b/client/src/app/navbar/navbar.component.html index a900b61..f848038 100644 --- a/client/src/app/navbar/navbar.component.html +++ b/client/src/app/navbar/navbar.component.html @@ -55,7 +55,7 @@ Profile Logout - Version 2.0.83 + Version 2.0.84 diff --git a/package.json b/package.json index 035fb91..c68ac9d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rdt-client", - "version": "2.0.83", + "version": "2.0.84", "description": "This is a web interface to manage your torrents on Real-Debrid.", "main": "index.js", "dependencies": { diff --git a/server/RdtClient.Web/RdtClient.Web.csproj b/server/RdtClient.Web/RdtClient.Web.csproj index f2c87a4..9c73838 100644 --- a/server/RdtClient.Web/RdtClient.Web.csproj +++ b/server/RdtClient.Web/RdtClient.Web.csproj @@ -4,7 +4,7 @@ net8.0 Exe 94c24cba-f03f-4453-a671-3640b517c573 - 2.0.83 + 2.0.84 enable enable latest