diff --git a/CHANGELOG.md b/CHANGELOG.md index d1bc75b..3da39ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,8 +9,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added ### Changed -* Bumped GitHub CLI to 2.44.1. -* Bumped Python to 3.12.2. ### Deprecated @@ -21,6 +19,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### CI/CD +## [4.28.0] - 2024-02-16 + +### Changed +* Bumped GitHub CLI to 2.44.1. +* Bumped Python to 3.12.2. + + ## [4.27.0] - 2023-12-08 ### Changed diff --git a/Dockerfile b/Dockerfile index cf66bd0..2724a9e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -# Copyright (c) 2020-2023 Vincent A. Cicirello +# Copyright (c) 2020-2024 Vincent A. Cicirello # https://www.cicirello.org # Source repository: https://github.com/cicirello/pyaction # Source licensed under the MIT License: https://github.com/cicirello/pyaction/blob/master/LICENSE