# 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). ## 0.2.1 - 2024-11-14 - Make the configuration struct clonable and printable ## 0.2.0 - 2024-10-07 - Use the standard `core::net::Ipv4Addr` instead of a custom type. ## 0.1.2 - 2023-08-30 - Switch to Dead phase if LCP gets terminated by the peer. ## 0.1.1 - 2023-08-26 - Fix sending replies to echo requests. - Reduce log verbosity at info level. ## 0.1.0 - 2023-08-25 - First release