We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1730b60 + ada2175 commit 57c68e2Copy full SHA for 57c68e2
CHANGELOG.md
@@ -1,5 +1,8 @@
1
## [Unreleased]
2
3
+## [0.1.1] - 2023-06-09
4
+- Fix the `generate_chat_message()`
5
+
6
## [0.1.0] - 2023-05-23
7
8
- Initial release
Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- google_palm_api (0.1.0)
+ google_palm_api (0.1.1)
faraday (>= 1.0.0)
faraday_middleware (>= 1.0.0)
lib/google_palm_api/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module GooglePalmApi
- VERSION = "0.1.0"
+ VERSION = "0.1.1"
end
0 commit comments