Skip to content

Commit 83300cf

Browse files
Merge pull request #30 from andreibondarev/version-0.8.5
version-0.8.5
2 parents 181eaca + 027f87c commit 83300cf

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
## [Unreleased]
22

3+
## [0.8.5] - 2023-07-19
4+
- Add multi-tenancy support
5+
6+
## [0.8.4] - 2023-06-30
7+
- Adding yard
8+
39
## [0.8.3] - 2023-06-25
410
- Add Google PaLM support
511

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
weaviate-ruby (0.8.4)
4+
weaviate-ruby (0.8.5)
55
faraday (~> 1)
66
faraday_middleware (~> 1)
77
graphlient (~> 0.6.0)

lib/weaviate/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Weaviate
4-
VERSION = "0.8.4"
4+
VERSION = "0.8.5"
55
end

0 commit comments

Comments
 (0)