Skip to content

Commit a3c66dd

Browse files
committed
Release prep
1 parent b1e9bc4 commit a3c66dd

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

CHANGELOG.md

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

3-
## v2.0.3
3+
## v2.0.3 - 2021-10-01
44

55
### Added
66

7+
- #84 - New parser added for text. Added new provider `AWS` using `Text` and `EmailSubjectParser`
78
- #91 - `Provider` now adds `_include_filter` and `_exclude_filter` attributes (using regex) to filter in and out notifications that are relevant to be parsed vs other that are not, avoiding false positives.
89

910
### Fixed
@@ -16,10 +17,6 @@
1617

1718
- #86 - Fix `CombinedProcessor` carries over data from previous parsing
1819

19-
### Added
20-
21-
- #84 - New parser added for text. Added new provider `AWS` using `Text` and `EmailSubjectParser`
22-
2320
## v2.0.1 - 2021-09-16
2421

2522
### Fixed

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