Skip to content

Commit e1ccf76

Browse files
Merge pull request #81 from fog/release-please--branches--master--components--fog-proxmox
chore(master): release 0.15.0
2 parents 53f31b6 + 16deae7 commit e1ccf76

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

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))

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)