Skip to content

Commit ec42d37

Browse files
committed
Release v2.0.0
1 parent 6358ee0 commit ec42d37

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
# Changelog
22

3-
## v2.0.0 -
3+
## v2.0.0 - 2021-09-15
44

55
### Added
66

7-
- #68 - Added new provider `HGC` using `Html` and `EmailSubjectParser`
7+
- #73 - Added new provider `Sparkle` using `Html` and `EmailSubjectParser`. Added support for multiple maintenances with `CombinedProcessor`.
8+
- #75 - Added new provider `AquaComms` using `Html` and `EmailSubjectParser`
89

910
### Fixed
1011

@@ -27,8 +28,7 @@
2728
- #60 - Added new provider `Seaborn` using `Html` and a new parser for Email Subject: `EmailSubjectParser`
2829
- #61 - Added new provider `Colt` using `ICal` and `Csv`
2930
- #66 - Added new provider `Momentum` using `Html` and `EmailSubjectParser`
30-
- #73 - Added new provider `Sparkle` using `Html` and `EmailSubjectParser`. Added support for multiple maintenances with `CombinedProcessor`.
31-
- #75 - Added new provider `AquaComms` using `Html` and `EmailSubjectParser`
31+
- #68 - Added new provider `HGC` using `Html` and `EmailSubjectParser`
3232

3333
### Fixed
3434

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.0.0-beta"
3+
version = "2.0.0"
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)