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