Skip to content

Commit f8a4482

Browse files
authored
Merge pull request alexrudall#449 from alexrudall/6.5
6.5
2 parents 66e98a5 + e73a983 commit f8a4482

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

Diff for: CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ 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+
## [6.5.0] - 2024-03-31
9+
10+
### Added
11+
12+
- Add back the deprecated Completions endpoint that I removed a bit prematurely. Thanks, [@mishranant](https://github.com/
13+
mishranant) and everyone who requested this.
14+
815
## [6.4.0] - 2024-03-27
916

1017
### Added

Diff for: 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 (6.4.0)
4+
ruby-openai (6.5.0)
55
event_stream_parser (>= 0.3.0, < 2.0.0)
66
faraday (>= 1)
77
faraday-multipart (>= 1)

Diff for: lib/openai/version.rb

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

0 commit comments

Comments
 (0)