Skip to content

Commit a2ee0cd

Browse files
release: 2.13.3 (#11)
1 parent d3c9837 commit a2ee0cd

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/).
77

8+
## [2.13.3] - 2024-09-19
9+
10+
### Fixed
11+
12+
- Missing invoke_options parameter
13+
814
## [2.13.2] - 2024-09-17
915

1016
### Added

orq_ai_sdk/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "2.13.2"
1+
VERSION = "2.13.3"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "orq_ai_sdk"
3-
version = '2.13.2'
3+
version = '2.13.3'
44
description = "Integrate and operate your products with the power of Large Language Models from a single collaboration platform. Conduct prompt engineering, experimentation, operations and monitoring across models, with full transparency on quality and costs."
55
authors = ["orq.ai <support@orq.ai>"]
66
classifiers = [

0 commit comments

Comments
 (0)