From b3aadb682ed6f2ece2ad1973ffe4187710256037 Mon Sep 17 00:00:00 2001 From: Nik Wolfgramm Date: Thu, 16 Apr 2026 05:29:44 +0200 Subject: [PATCH 1/2] Bump version to 1.6.0 --- lib/cloudstack_client/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/cloudstack_client/version.rb b/lib/cloudstack_client/version.rb index 1184e90..7033c10 100644 --- a/lib/cloudstack_client/version.rb +++ b/lib/cloudstack_client/version.rb @@ -1,3 +1,3 @@ module CloudstackClient - VERSION = "1.5.12" + VERSION = "1.6.0" end From 531c931b85dddc22aaf79d59232a729002f37b0e Mon Sep 17 00:00:00 2001 From: Nik Wolfgramm Date: Thu, 16 Apr 2026 03:35:17 +0000 Subject: [PATCH 2/2] Update cloudstack_client to version 1.6.0 and bump rake to 13.4.1 --- Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index e1478d5..de0dfe0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,14 +1,14 @@ PATH remote: . specs: - cloudstack_client (1.5.12) + cloudstack_client (1.6.0) GEM remote: https://rubygems.org/ specs: bond (0.5.1) minitest (5.27.0) - rake (13.3.1) + rake (13.4.1) ripl (0.7.1) bond (~> 0.5.1) thor (1.5.0)