We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e26cc2 commit cbb328cCopy full SHA for cbb328c
CHANGELOG.md
@@ -4,8 +4,13 @@ This project adheres to [Semantic Versioning](http://semver.org/).
4
5
## [Unreleased]
6
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
+
11
## [0.1.0] - 2025-06-11
12
### Added
13
- Initial release
14
15
+[0.1.1]: https://github.com/ManageIQ/nutanix_clustermgmt-sdk-ruby/compare/v0.1.0...v0.1.1
16
[0.1.0]: https://github.com/ManageIQ/nutanix_clustermgmt-sdk-ruby/tree/v0.1.0
lib/nutanix_clustermgmt/version.rb
@@ -11,5 +11,5 @@
=end
module NutanixClustermgmt
- VERSION = '0.1.0'
+ VERSION = '0.1.1'
end
0 commit comments