Changelog

# Changelog
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).

## [1.1.2] - 2024-09-26
### Added
- IpV4Address and IpV6Address == and != operators.

## [1.1.1] - 2024-09-11
### Fixed
- EspNetworkInterface::Initialize conflict with NetworkInterface::Initialize.

## [1.1.0] - 2024-08-26
### Changed
- ESP-IDF dependency to 5.3.

## [1.0.2] - 2024-07-16
### Fixed
- Compiling ESP Ethernet code only if it is used.

## [1.0.1] - 2024-06-12
### Added
- Copying examples to component folder on upload.

## [1.0.0] - 2024-06-12
Initial release.