<!-- =====================================================================
CHANGELOG.template.md

Copyright © 2025-2026 Network Pro Strategies (Network Pro™)
SPDX-License-Identifier: CC-BY-4.0 OR GPL-3.0-or-later
This file is part of Network Pro.
====================================================================== -->

# Changelog

<!-- markdownlint-disable -->

All notable changes to this project will be documented in this file.

This project adheres to [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and uses [Semantic Versioning](https://semver.org/).

---

## [Unreleased]

### Added

- _(Describe new features or significant additions)_

### Changed

- _(Describe updates or breaking changes to existing behavior)_

### Deprecated

- _(Note anything slated for removal in the future)_

### Removed

- _(List features, APIs, or code that has been removed)_

### Fixed

- _(Detail bug fixes or patches)_

### Security

- _(Note any vulnerabilities addressed)_

---

## [x.y.z] – YYYY-MM-DD

### Added

- ...

### Changed

- ...

### Deprecated

- ...

### Removed

- ...

### Fixed

- ...

### Security

- ...
