We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 351bd35 commit ed72596Copy full SHA for ed72596
CHANGELOG.md
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
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
15
## [1.0.0] - 2021-02-01
16
17
### Removed
lib/ruby/openai/version.rb
@@ -1,5 +1,5 @@
1
module Ruby
2
module OpenAI
3
- VERSION = "1.0.0".freeze
+ VERSION = "1.1.0".freeze
4
end
0 commit comments