Skip to content

Commit

Permalink
Merge pull request #11 from Jhonnyr97/refactor/change_version
Browse files Browse the repository at this point in the history
Update Changelog
  • Loading branch information
andreibondarev authored Jan 12, 2024
2 parents 7c271d0 + 2d96174 commit b2a5244
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
## [Unreleased]

## [0.9.5] - 2024-01-12
- Bugfix: ArgumentError for filter in points delete
## [0.9.4] - 2023-08-31
- Introduce `Points#get_all()` method

Expand Down
2 changes: 1 addition & 1 deletion lib/qdrant/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Qdrant
VERSION = "0.9.4"
VERSION = "0.9.5"
end

0 comments on commit b2a5244

Please sign in to comment.