From 81a821117ca8ae4a8e5692eb033f284e5bdaffe1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 25 Feb 2025 11:21:10 +0100 Subject: [PATCH] chore(master): release 0.15.1 (#103) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ lib/fog/proxmox/version.rb | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b7c5bba..cc06525 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.15.1](https://github.com/fog/fog-proxmox/compare/v0.15.0...v0.15.1) (2025-02-25) + + +### Bug Fixes + +* 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)) + ## [0.15.0](https://github.com/fog/fog-proxmox/compare/v0.14.0...v0.15.0) (2022-12-01) diff --git a/lib/fog/proxmox/version.rb b/lib/fog/proxmox/version.rb index 187eb88..98ed0cf 100644 --- a/lib/fog/proxmox/version.rb +++ b/lib/fog/proxmox/version.rb @@ -19,6 +19,6 @@ module Fog module Proxmox - VERSION = '0.15.0' + VERSION = '0.15.1' end end