Skip to content

Commit b62c878

Browse files
version 0.8.3
1 parent 963dd35 commit b62c878

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

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

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+
310
## [0.8.0] - 2023-04-18
411

512
### Breaking

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.2)
4+
weaviate-ruby (0.8.3)
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.2"
4+
VERSION = "0.8.3"
55
end

0 commit comments

Comments
 (0)