Skip to content

Commit 24b4bba

Browse files
authored
Merge pull request alexrudall#223 from alexrudall/3.6
Bump to 3.6
2 parents de7c0de + 907b849 commit 24b4bba

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ 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.6.0] - 2023-03-22
9+
10+
### Added
11+
12+
- Add much-needed ability to increase HTTParty timeout, and set default to 120 seconds. Thanks to [@mbackermann](https://github.com/mbackermann) for the PR and to everyone who requested this!
13+
814
## [3.5.0] - 2023-03-02
915

1016
### 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.5.0)
4+
ruby-openai (3.6.0)
55
httparty (>= 0.18.1)
66

77
GEM

lib/openai/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module OpenAI
2-
VERSION = "3.5.0".freeze
2+
VERSION = "3.6.0".freeze
33
end

0 commit comments

Comments
 (0)