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 963dd35 + b62c878 commit 41ef173Copy full SHA for 41ef173
CHANGELOG.md
@@ -1,5 +1,12 @@
1
## [Unreleased]
2
3
+## [0.8.3] - 2023-06-25
4
+- Add Google PaLM support
5
+
6
+## [0.8.2] - 2023-05-18
7
8
+## [0.8.1] - 2023-05-10
9
10
## [0.8.0] - 2023-04-18
11
12
### Breaking
Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- weaviate-ruby (0.8.2)
+ weaviate-ruby (0.8.3)
faraday (~> 1)
faraday_middleware (~> 1)
graphlient (~> 0.6.0)
lib/weaviate/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Weaviate
- VERSION = "0.8.2"
+ VERSION = "0.8.3"
end
0 commit comments