We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6f51f9d + 4517fe5 commit 0836dd8Copy full SHA for 0836dd8
CHANGELOG.md
@@ -5,6 +5,12 @@ 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
+## [6.2.0] - 2023-11-15
9
+
10
+### Added
11
12
+- Add text-to-speech! Thank you [@codergeek121](https://github.com/codergeek121)
13
14
## [6.1.0] - 2023-11-14
15
16
### Added
Gemfile.lock
@@ -1,7 +1,7 @@
1
PATH
2
remote: .
3
specs:
4
- ruby-openai (6.1.0)
+ ruby-openai (6.2.0)
event_stream_parser (>= 0.3.0, < 1.0.0)
faraday (>= 1)
faraday-multipart (>= 1)
lib/openai/version.rb
@@ -1,3 +1,3 @@
module OpenAI
- VERSION = "6.1.0".freeze
+ VERSION = "6.2.0".freeze
end
0 commit comments