diff --git a/CHANGELOG.md b/CHANGELOG.md index 26313593..ac362d88 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## v2.2.3 - 2023-03-21 + +### Changed + +- #216 - Allow Lumen maintenance multiple windows to be parsed +- #212 - Updated documentation: Contribution section +- #210 - Ability to parse multiple maintenance windows from Zayo +- #190 - Update Telstra for new notificaiton format + +### Fixed + +- #222 - Fix e22 tests when combining data from multiple maintenances + ## v2.2.2 - 2023-01-27 ### Changed diff --git a/pyproject.toml b/pyproject.toml index 610a653a..a0b39db9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "circuit-maintenance-parser" -version = "2.2.2" +version = "2.2.3" description = "Python library to parse Circuit Maintenance notifications and return a structured data back" authors = ["Network to Code "] license = "Apache-2.0"