Skip to content

Commit 2822132

Browse files
committed
Release v0.2.3
Fixed - Drop docs from published gem (#27)
1 parent 66f6935 commit 2822132

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
44

55
## [Unreleased]
66

7+
## [0.2.3] - 2026-05-01
8+
### Fixed
9+
- Drop docs from published gem ([#27](https://github.com/ManageIQ/nutanix_clustermgmt-sdk-ruby/pull/27))
10+
711
## [0.2.2] - 2025-11-25
812
### Fixed
913
- Fix extra files included in gem build ([#20](https://github.com/ManageIQ/nutanix_clustermgmt-sdk-ruby/pull/20))

lib/nutanix_clustermgmt/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@
1111
=end
1212

1313
module NutanixClustermgmt
14-
VERSION = '0.2.2'
14+
VERSION = '0.2.3'
1515
end

0 commit comments

Comments
 (0)