From ed91f7afc0538f2fc51c76d416c44d188f83b753 Mon Sep 17 00:00:00 2001 From: Dmitry Nefedov Date: Sat, 19 Apr 2025 14:54:32 +0300 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cf98b57b..924dd04e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ 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). +## 5.20.5 | 6.8.5 — 18.04.2025 + +* CI/CD configs refactored; +* Functions.ps1 renamed into Import-TabCompletion.ps1 to not mislead users what is [this file for](https://github.com/farag2/Sophia-Script-for-Windows?tab=readme-ov-file#how-to-run-the-specific-functions); + * Closes #622 +* Minor changes. + +Thanks to @gtumanyan + ## 5.20.4 | 6.8.4 — 05.04.2025 * Code refactoring;