Skip to content

Commit cbb328c

Browse files
committed
Release v0.1.1
Fixed - Fix invalid `_UNKNOWN` / `_REDACTED` constants (#10)
1 parent 0e26cc2 commit cbb328c

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

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

55
## [Unreleased]
66

7+
## [0.1.1] - 2025-07-19
8+
### Fixed
9+
- Fix invalid `_UNKNOWN` / `_REDACTED` constants ([#10](https://github.com/ManageIQ/nutanix_clustermgmt-sdk-ruby/pull/10))
10+
711
## [0.1.0] - 2025-06-11
812
### Added
913
- Initial release
1014

15+
[0.1.1]: https://github.com/ManageIQ/nutanix_clustermgmt-sdk-ruby/compare/v0.1.0...v0.1.1
1116
[0.1.0]: https://github.com/ManageIQ/nutanix_clustermgmt-sdk-ruby/tree/v0.1.0

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.1.0'
14+
VERSION = '0.1.1'
1515
end

0 commit comments

Comments
 (0)