Skip to content

Commit c739b4c

Browse files
committed
Release v2.2.4
1 parent c41299b commit c739b4c

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,20 @@
11
# Changelog
22

3+
## v2.2.4 - 2023-07-12
4+
5+
- #230 - Swap out tzwhere for TimezoneFinder
6+
- #234 - Added upper bound to pydantic dependency
7+
8+
### Changed
9+
310
## v2.2.3 - 2023-03-21
411

512
### Changed
613

714
- #216 - Allow Lumen maintenance multiple windows to be parsed
815
- #212 - Updated documentation: Contribution section
916
- #210 - Ability to parse multiple maintenance windows from Zayo
10-
- #190 - Update Telstra for new notificaiton format
17+
- #190 - Update Telstra for new notification format
1118

1219
### Fixed
1320

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.3"
3+
version = "2.2.4"
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)