All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
1.3.8.24 - 2026-06-16
1.3.7.23 - 2026-05-13
1.3.6.22 - 2026-04-28
1.3.5.21 - 2026-03-16
1.3.4.20 - 2026-03-12
1.3.3.19 - 2026-02-12
1.3.2.18 - 2026-01-16
1.3.1.17 - 2025-12-10
- Bug with deployment (#306)
- Fixed command injection vulnerabilities in GitHub Actions workflows by moving user-controlled data to environment variables instead of using them directly in run blocks (#300)
1.3.0.15 - 2025-11-18
- Upgraded all projects and CI/CD pipelines to .NET 10 (#288)
1.2.2.14 - 2025-11-07
1.2.1.19 - 2025-09-09
- Reverted Docker non-root (#240)
1.2.0.13 - 2025-09-08
- Fixed security vulnerability by preventing direct use of user-controlled data in workflow run blocks to prevent command injection
- Migrated from
thomaseizinger/keep-a-changelog-new-releasetobaynezy/ChangeLogger.Action(#210) - Added GH_TOKEN environment variable to all GitHub Action workflows for consistent token access (#215)
- Set up copilot environment (#225)
- Updated Dockerfile to use uppercase 'AS' in multi-stage builds for SonarQube compliance (#229)
- Reduced Information logging calls in WriteJsonCommand.cs to comply with SonarQube rule S6664 (#230)
- Updated all external GitHub Actions to use full commit SHA hashes instead of version tags for improved security (#235)
- Updated Docker image to run as non-root user instead of root user to improve security posture (#233)
1.1.1.16 - 2025-06-06
- Upgraded to .Net 9 as the latest Docker image was not compatible with .Net 8. (#204)
1.1.0.12 - 2025-06-05
- Fixed Dependabot configuration to correctly locate Dockerfile for dependency tracking. #195
1.0.9.11 - 2025-04-10
1.0.8.10 - 2025-03-13
1.0.7.9 - 2025-02-12
1.0.6.8 - 2025-01-16
1.0.5.7 - 2024-11-13
1.0.4.6 - 2024-10-14
- Removed all usage of
set-outputin GitHub Actions.