Skip to content

Commit 90ab075

Browse files
committed
update changelog
1 parent 070407a commit 90ab075

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
## [Unreleased]
2-
2+
## [0.9.5] - 2024-01-12
3+
- Bugfix: ArgumentError for filter in points delete
34
## [0.9.4] - 2023-08-31
45
- Introduce `Points#get_all()` method
56

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.4"
4+
VERSION = "0.9.5"
55
end

0 commit comments

Comments
 (0)