diff --git a/registry/CHANGELOG.md b/registry/CHANGELOG.md index c913a16..070ca5e 100644 --- a/registry/CHANGELOG.md +++ b/registry/CHANGELOG.md @@ -5,6 +5,10 @@ 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). +## [Unreleased] +### Changed +- Make aliases case-insensitive by @daimond113 + ## [0.2.0-rc.2] - 2025-02-10 ### Changed - Remove native-tls dependency by @daimond113