Skip to content

Commit 16deae7

Browse files
chore(master): release 0.15.0
1 parent 53f31b6 commit 16deae7

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

Diff for: CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -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))

Diff for: lib/fog/proxmox/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919

2020
module Fog
2121
module Proxmox
22-
VERSION = '0.14.0'
22+
VERSION = '0.15.0'
2323
end
2424
end

0 commit comments

Comments
 (0)