diff --git a/CHANGELOG.md b/CHANGELOG.md index b17d08a..4df1be3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.0.2] - 2025-12-14 + ### Changed - Updated Dockerfile base image from Alpine 3.18 to Alpine 3.20 for better compatibility with modern systems - Updated GitHub Actions workflow to use current versions (checkout@v4, docker/setup-buildx-action@v3, docker/login-action@v3) diff --git a/Dockerfile b/Dockerfile index 5d55c27..7871799 100755 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ ############################################################################### # Copyright (C) 2024 Shane aka, ShaYmez -# Version 2.0.1 +# Version 2.0.2 ############################################################################### FROM python:alpine3.20 diff --git a/version.txt b/version.txt index 1df3b82..e9307ca 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.6.10 +2.0.2