We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 53f31b6 + 16deae7 commit e1ccf76Copy full SHA for e1ccf76
CHANGELOG.md
@@ -0,0 +1,8 @@
1
+# Changelog
2
+
3
+## [0.15.0](https://github.com/fog/fog-proxmox/compare/v0.14.0...v0.15.0) (2022-12-01)
4
5
6
+### Features
7
8
+* :sparkles: memory unit is Mb and disk size is Gb ([c5410b5](https://github.com/fog/fog-proxmox/commit/c5410b5c79ed59a89bb4f0f2188613cbcc6a8f11))
lib/fog/proxmox/version.rb
@@ -19,6 +19,6 @@
19
20
module Fog
21
module Proxmox
22
- VERSION = '0.14.0'
+ VERSION = '0.15.0'
23
end
24
0 commit comments