From fbd2b13f0c459347974c00361e2b7699f11b8bca Mon Sep 17 00:00:00 2001 From: Kevin Hermawan <84965338+kevinhermawan@users.noreply.github.com> Date: Tue, 5 Nov 2024 07:08:52 +0700 Subject: [PATCH] release: 1.3.1 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2699f17..5fb27de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 1.3.1 + +- feat: adds Predicted Outputs by @kevinhermawan in https://github.com/kevinhermawan/swift-llm-chat-openai/pull/17 + # 1.3.0 - refactor: adds `statusCode` to `serverError` by @kevinhermawan in https://github.com/kevinhermawan/swift-llm-chat-openai/pull/16