Skip to content

Commit d86ebb0

Browse files
committed
v2.1.0 release & Changelog updates
1 parent 410b750 commit d86ebb0

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## [2.1.0] - 2025-01-30
2+
3+
### Changed
4+
- Updated model support for GPT-3.5-turbo and GPT-3.5-turbo-instruct
5+
- Fixed configuration module
6+
- Improved error handling
7+
- Updated documentation and Wiki
8+
9+
### Added
10+
- Support for chat and completions APIs
11+
- Streaming support
12+
- Comprehensive test coverage
13+
- Better error classification
14+
115
## [2.0.0] - 2023-07-08
216

317
### Added

lib/chatgpt/version.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# frozen_string_literal: true
22

3-
# lib/chatgpt/version.rb
43
# lib/chatgpt/version.rb
54
module ChatGPT
6-
VERSION = "2.0.0"
5+
VERSION = "2.1.0"
76
end

0 commit comments

Comments
 (0)