Skip to content

Commit ecfc6f8

Browse files
committed
update version
1 parent 2d75a6f commit ecfc6f8

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
## [Unreleased]
2+
3+
## [0.9.6] - 2024-01-13
4+
- Updated Points#delete() method: Removed the requirement to specify points: in parameters. Now generates an error if neither points: nor filters: are provided, aligning with delete_points documentation standards.
5+
26
## [0.9.5] - 2024-01-12
37
- Bugfix: ArgumentError for filter in points delete
48
## [0.9.4] - 2023-08-31

lib/qdrant/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 Qdrant
4-
VERSION = "0.9.5"
4+
VERSION = "0.9.6"
55
end

0 commit comments

Comments
 (0)