Skip to content

Commit 008f520

Browse files
authored
Merge pull request alexrudall#186 from alexrudall/3.1.0
Bump to 3.1.0
2 parents 74d4463 + e700f73 commit 008f520

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ 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+
## [3.1.0] - 2023-02-13
9+
10+
### Added
11+
12+
- Add Finetunes#delete endpoint - thanks [@lancecarlson](https://github.com/lancecarlson) for flagging this.
13+
- Add VCR header and body matching - thanks [@petergoldstein](https://github.com/petergoldstein)!
14+
15+
### Fixed
16+
17+
- Update File#upload specs to remove deprecated `answers` purpose.
18+
819
## [3.0.3] - 2023-01-07
920

1021
### Added

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
ruby-openai (3.0.3)
4+
ruby-openai (3.1.0)
55
httparty (>= 0.18.1)
66

77
GEM

lib/ruby/openai/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Ruby
22
module OpenAI
3-
VERSION = "3.0.3".freeze
3+
VERSION = "3.1.0".freeze
44
end
55
end

0 commit comments

Comments
 (0)