We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac8b0e1 commit 81a8211Copy full SHA for 81a8211
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [0.15.1](https://github.com/fog/fog-proxmox/compare/v0.15.0...v0.15.1) (2025-02-25)
4
+
5
6
+### Bug Fixes
7
8
+* Fixes EOF OpenSSL error in Proxmox connection ([#102](https://github.com/fog/fog-proxmox/issues/102)) ([ac8b0e1](https://github.com/fog/fog-proxmox/commit/ac8b0e11a39da6b19703b4f4507edf19486899ba))
9
10
## [0.15.0](https://github.com/fog/fog-proxmox/compare/v0.14.0...v0.15.0) (2022-12-01)
11
12
lib/fog/proxmox/version.rb
@@ -19,6 +19,6 @@
19
20
module Fog
21
module Proxmox
22
- VERSION = '0.15.0'
+ VERSION = '0.15.1'
23
end
24
0 commit comments