Skip to content

Commit a12a631

Browse files
authored
Merge pull request #271 from networktocode/main
Release v2.4.0
2 parents 0286d5d + baba76e commit a12a631

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

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

3+
## v2.4.0 - 2024-02-20
4+
5+
### Added
6+
7+
- [#260](https://github.com/networktocode/circuit-maintenance-parser/pull/260) - Add Google parser
8+
- [#259](https://github.com/networktocode/circuit-maintenance-parser/pull/259) - Add Crown Castle fiber parser
9+
- [#258](https://github.com/networktocode/circuit-maintenance-parser/pull/258) - Add Netflix parser
10+
11+
### Changed
12+
13+
- [#264](https://github.com/networktocode/circuit-maintenance-parser/pull/264) - Adopt Pydantic 2.0
14+
- [#256](https://github.com/networktocode/circuit-maintenance-parser/pull/256) - Improved Equinix parser
15+
16+
### Fixed
17+
18+
- [#257](https://github.com/networktocode/circuit-maintenance-parser/pull/257) - Update incorrect file comment
19+
- [#255](https://github.com/networktocode/circuit-maintenance-parser/pull/255) -
20+
Properly process Amazon emergency maintenance notifications
21+
322
## v2.3.0 - 2023-12-15
423

524
### 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.3.0"
3+
version = "2.4.0"
44
description = "Python library to parse Circuit Maintenance notifications and return a structured data back"
55
authors = ["Network to Code <opensource@networktocode.com>"]
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)