From 6e89e4b16fb03405980964f2fdb8e922348966c6 Mon Sep 17 00:00:00 2001 From: Josh VanDeraa Date: Fri, 27 Jan 2023 13:04:15 -0600 Subject: [PATCH] Updates version and changelog --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4fd85f94..26313593 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## v2.2.2 - 2023-01-27 + +### Changed + +- #204 - Updated pydantic version support + ## v2.2.1 - 2023-01-17 ### Changed diff --git a/pyproject.toml b/pyproject.toml index 6171a1c0..610a653a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "circuit-maintenance-parser" -version = "2.2.1" +version = "2.2.2" description = "Python library to parse Circuit Maintenance notifications and return a structured data back" authors = ["Network to Code "] license = "Apache-2.0"