From e12623767775a205cf08aee7267d5420c9e9a0bf Mon Sep 17 00:00:00 2001 From: client-software-ci <129794699+client-software-ci@users.noreply.github.com> Date: Tue, 5 Nov 2024 20:54:55 +0000 Subject: [PATCH] chore(release): 0.5.0 Signed-off-by: client-software-ci <129794699+client-software-ci@users.noreply.github.com> --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6458bba3..9ec32583 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## 0.5.0 (2024-11-05) + +### BREAKING CHANGES +* compatibility with pydantic v2 (#148) ([`c359496`](https://github.com/OpenJobDescription/openjd-model-for-python/commit/c359496b6485da9cf2793eb9105fe5012e0292cb)) + + +### Bug Fixes +* format string errors no longer embed the entire format string (#135) ([`5872f7c`](https://github.com/OpenJobDescription/openjd-model-for-python/commit/5872f7c6b301fc8f2bcc76412d7964fcf970fca3)) + ## 0.4.4 (2024-06-24)