Skip to content

Commit

Permalink
Release v2.4.0
Browse files Browse the repository at this point in the history
chadell committed Feb 19, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 0286d5d commit 415a7cb
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## v2.4.0 - 2024-02-20

### Added

- [#260](https://github.com/networktocode/circuit-maintenance-parser/pull/260) - Add Google parser
- [#259](https://github.com/networktocode/circuit-maintenance-parser/pull/259) - Add Crown Castle fiber parser
- [#258](https://github.com/networktocode/circuit-maintenance-parser/pull/258) - Add Netflix parser

### Changed

- [#264](https://github.com/networktocode/circuit-maintenance-parser/pull/264) - Adopt Pydantic 2.0
- [#256](https://github.com/networktocode/circuit-maintenance-parser/pull/256) - Improved Equinix parser

### Fixed

- [#257](https://github.com/networktocode/circuit-maintenance-parser/pull/257) - Update incorrect file comment
- [#255](https://github.com/networktocode/circuit-maintenance-parser/pull/255) -
Properly process Amazon emergency maintenance notifications

## v2.3.0 - 2023-12-15

### Added
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "circuit-maintenance-parser"
version = "2.3.0"
version = "2.4.0"
description = "Python library to parse Circuit Maintenance notifications and return a structured data back"
authors = ["Network to Code <[email protected]>"]
license = "Apache-2.0"

0 comments on commit 415a7cb

Please sign in to comment.