From 4402720a68407072de2df538dde22e697e74a2dc Mon Sep 17 00:00:00 2001 From: Christian Adell Date: Tue, 17 Jan 2023 17:06:20 +0100 Subject: [PATCH] Prepare for release v2.2.1 --- CHANGELOG.md | 13 +++++++++++++ pyproject.toml | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 912c7db4..4fd85f94 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## v2.2.1 - 2023-01-17 + +### Changed + +- #197 - Updated Equinix parser: Adding support for additional impact statement and notification types. +- #192 - Updated Cogent parser: Adding subject and text parser. +- #186 - Updated Telia Carrier as Arelion (while keeping Telia for backwards compatibility). + +### Fixed + +- #198 - Fixed Verizon parser: use European-style day-first date parsing +- #187 - Fixed Zayo parser: adds chardet.detect method before decoding data_part.content. + ## v2.2.0 - 2022-10-25 ### Added diff --git a/pyproject.toml b/pyproject.toml index 2becf72f..2d954ec4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "circuit-maintenance-parser" -version = "2.2.0" +version = "2.2.1" description = "Python library to parse Circuit Maintenance notifications and return a structured data back" authors = ["Network to Code "] license = "Apache-2.0"