Skip to content

Commit 37d5585

Browse files
committed
Release v1.6.2
Fixed: * Fixed `UnitConverter` not requiring unit (#174)
1 parent e9dc276 commit 37d5585

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
@@ -1,3 +1,7 @@
1+
## 1.6.2 / 2026-02-26
2+
3+
* Fixed `UnitConverter` not requiring unit ([#174](https://github.com/fog/fog-kubevirt/pull/174))
4+
15
## 1.6.1 / 2026-02-18
26

37
* Runtime values for memory & CPU from VMI -> VM -> server ([#173](https://github.com/fog/fog-kubevirt/pull/173))

lib/fog/kubevirt/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Fog
22
module Kubevirt
3-
VERSION = '1.6.1'
3+
VERSION = '1.6.2'
44
end
55
end

0 commit comments

Comments
 (0)