Skip to content

Commit

Permalink
0.10.2 (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
andreibondarev authored Jul 28, 2024
1 parent 61a3198 commit cddf4f5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
## [Unreleased]

## [0.10.2] - 2024-07-28
- Added Roles management
- Added Users management
- Added docker-compose.yml with directions to run Milvus in Docker

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

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.1)
milvus (0.10.2)
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.1"
VERSION = "0.10.2"
end

0 comments on commit cddf4f5

Please sign in to comment.