Skip to content

Commit a694ee2

Browse files
authored
Merge pull request #496 from alexrudall/7.1
Bump version
2 parents cf44ca5 + b465c02 commit a694ee2

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,20 @@ 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/spec/v2.0.0.html).
77

8+
## [7.1.0] - 2024-06-10
9+
10+
### Added
11+
12+
- Add new Vector Store endpoints - thanks to [@willywg](https://github.com/willywg) for this PR!
13+
- Add parameters to batches.list endpoint so you can for example use `after` - thanks to [@marckohlbrugge](https://github.com/marckohlbrugge)!
14+
- Add vision as permitted purpose for files - thanks again to [@willywg](https://github.com/willywg) for the PR.
15+
- Add improved README example of tool calling - thanks [@krschacht](https://github.com/krschacht) - check out his project [HostedGPT](https://github.com/AllYourBot/hostedgpt)!
16+
17+
### Fixed
18+
19+
- Fix broken link in README table of contents - thanks to [@garrettgsb](https://github.com/garrettgsb)!
20+
- Skip sending nil headers - thanks to [@drnic](https://github.com/drnic)!
21+
822
## [7.0.1] - 2024-04-30
923

1024
### Fixed

Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
ruby-openai (7.0.1)
4+
ruby-openai (7.1.0)
55
event_stream_parser (>= 0.3.0, < 2.0.0)
66
faraday (>= 1)
77
faraday-multipart (>= 1)

lib/openai/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module OpenAI
2-
VERSION = "7.0.1".freeze
2+
VERSION = "7.1.0".freeze
33
end

0 commit comments

Comments
 (0)