diff --git a/CHANGELOG.md b/CHANGELOG.md index c470049..c07d9c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ ## [Unreleased] +## [0.9.1] - 2024-09-19 + ## [0.9.0] - 2024-07-08 - Add object.replace method which uses PUT which performs a complete object replacement diff --git a/Gemfile.lock b/Gemfile.lock index 8fd407a..bb19c5f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - weaviate-ruby (0.9.0) + weaviate-ruby (0.9.1) faraday (>= 2.0.1, < 3.0) graphlient (>= 0.7.0, < 0.9.0) diff --git a/lib/weaviate/version.rb b/lib/weaviate/version.rb index 9d19596..cb27b76 100644 --- a/lib/weaviate/version.rb +++ b/lib/weaviate/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Weaviate - VERSION = "0.9.0" + VERSION = "0.9.1" end