From 8f1a187dcf71bab2d3575250ba8f4ea034660861 Mon Sep 17 00:00:00 2001 From: Michael Harris Date: Tue, 28 May 2024 17:01:58 -0400 Subject: [PATCH] chore(changelog): add notes for v0.5.0 --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a2cfab5..301dc86 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ See [releases](https://github.com/mharrisb1/openai-responses-python/releases) for more. +## 0.5.0 + +Adds routes for models and retrieving file content. + +Closed: + +- [#22: feat: support models endpoint](https://github.com/mharrisb1/openai-responses-python/issues/22) +- [#46: feat(routes): add retrieve file content route](https://github.com/mharrisb1/openai-responses-python/issues/46) + ## 0.4.1 Adds setter for `OpenAIMock` state store