From 2a9e39b9ca16b372bf30bb99a93039626876f104 Mon Sep 17 00:00:00 2001 From: Florez Ospina Juan Felipe Date: Sun, 29 Jun 2025 08:51:32 +0200 Subject: [PATCH] update changelog for version v1.2.0 --- CHANGELOG.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b1fa752..afc99c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,4 +30,11 @@ Format based on [Keep a Changelog](https://keepachangelog.com) and [Semantic Ver - Include Licence ### Changed -- Update README.md with new description + authors and funding sections \ No newline at end of file +- Update README.md with new description + authors and funding sections + +## [1.2.0] - 2025-06-29 +### Changed +- Updated `README.md` to use Miniforge and `conda-forge` for environment setup. +- Removed unreliable `setup_env.sh` shell-based installation instructions. +- Added instructions to configure Conda to use only `conda-forge` with strict priority. +- Included a notice to verify base environment origin via `conda info`.