Skip to content

Commit ed72596

Browse files
committed
Bump version
1 parent 351bd35 commit ed72596

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

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+
## [1.1.0] - 2021-04-07
9+
10+
### Added
11+
12+
- Add Client#files to allow file upload.
13+
- Add Client#search(file:) so you can search a file.
14+
815
## [1.0.0] - 2021-02-01
916

1017
### Removed

lib/ruby/openai/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Ruby
22
module OpenAI
3-
VERSION = "1.0.0".freeze
3+
VERSION = "1.1.0".freeze
44
end
55
end

0 commit comments

Comments
 (0)