Skip to content

Commit baccd42

Browse files
committed
Release changes - Version 2.1.1
1 parent 9944a95 commit baccd42

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [2.1.1] - 2024-04-19
2+
3+
### Fixed
4+
- Use configured default_engine in chat methods instead of hardcoded 'gpt-3.5-turbo'
5+
- Add Rails integration with proper Railtie for automatic GPT inflection
6+
17
## [2.1.0] - 2025-01-30
28

39
### Changed

lib/chatgpt/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
# lib/chatgpt/version.rb
44
module ChatGPT
5-
VERSION = "2.1.0"
5+
VERSION = "2.1.1"
66
end

0 commit comments

Comments
 (0)