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 181eaca + 027f87c commit 83300cfCopy full SHA for 83300cf
CHANGELOG.md
@@ -1,5 +1,11 @@
1
## [Unreleased]
2
3
+## [0.8.5] - 2023-07-19
4
+- Add multi-tenancy support
5
+
6
+## [0.8.4] - 2023-06-30
7
+- Adding yard
8
9
## [0.8.3] - 2023-06-25
10
- Add Google PaLM support
11
Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- weaviate-ruby (0.8.4)
+ weaviate-ruby (0.8.5)
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.4"
+ VERSION = "0.8.5"
end
0 commit comments