From 391a59f5a161b117fb49b8195b9d4a6ba3f34da3 Mon Sep 17 00:00:00 2001 From: "ren-the-workflow-runner[bot]" <152648013+ren-the-workflow-runner[bot]@users.noreply.github.com> Date: Fri, 17 Jul 2026 15:02:04 +0000 Subject: [PATCH] chore(main): release 5.0.0 --- CHANGELOG.md | 11 +++++++++++ pyproject.toml | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c3c7fa..ef126aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [5.0.0](https://github.com/renalreg/python-mirth-client/compare/v4.2.0...v5.0.0) (2026-07-17) + + +### ⚠ BREAKING CHANGES + +* bumped pydantic minimum version + +### Features + +* bumped pydantic minimum version ([e721f15](https://github.com/renalreg/python-mirth-client/commit/e721f156169d562ec2b670edbc3ef69bb4cb4118)) + ## [4.0.2](https://github.com/renalreg/python-mirth-client/compare/v4.0.1...v4.0.2) (2026-07-08) diff --git a/pyproject.toml b/pyproject.toml index 6b2d199..7caee86 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ packages = [ {include = "mirth_client"}, ] readme = "README.md" -version = "4.2.0" +version = "5.0.0" [tool.poetry.dependencies]