Skip to content

Commit

Permalink
0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
andreibondarev committed Jul 4, 2024
1 parent 8895f61 commit 7477abf
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
## [Unreleased]

## [0.10.1] - 2024-07-04 🇺🇸
- Fixes and improvements to the gem.

## [0.10.0] - 2024-07-04 🇺🇸
- BREAKING: Switched the gem to use newer V2 API with different endpoints and corresponding endpoints.

Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
milvus (0.10.0)
milvus (0.10.1)
faraday (>= 2.0.1, < 3)

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

module Milvus
VERSION = "0.10.0"
VERSION = "0.10.1"
end

0 comments on commit 7477abf

Please sign in to comment.