Skip to content

Commit aaa1e9a

Browse files
authored
Merge pull request #202 from networktocode/main
Release v2.2.1
2 parents a10a6ee + 322d821 commit aaa1e9a

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## v2.2.1 - 2023-01-17
4+
5+
### Changed
6+
7+
- #197 - Updated Equinix parser: Adding support for additional impact statement and notification types.
8+
- #192 - Updated Cogent parser: Adding subject and text parser.
9+
- #186 - Updated Telia Carrier as Arelion (while keeping Telia for backwards compatibility).
10+
11+
### Fixed
12+
13+
- #198 - Fixed Verizon parser: use European-style day-first date parsing
14+
- #187 - Fixed Zayo parser: adds chardet.detect method before decoding data_part.content.
15+
316
## v2.2.0 - 2022-10-25
417

518
### Added

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "circuit-maintenance-parser"
3-
version = "2.2.0"
3+
version = "2.2.1"
44
description = "Python library to parse Circuit Maintenance notifications and return a structured data back"
55
authors = ["Network to Code <[email protected]>"]
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)