From 21a8df5bf76ca1bc6186b05fd069a0c2d3e518a8 Mon Sep 17 00:00:00 2001 From: Programmable Banking Community <60923762+programmable-banking-community@users.noreply.github.com> Date: Tue, 24 Mar 2026 14:07:21 +0000 Subject: [PATCH] bump gem version to 2.2.0 and update Gemfile.lock --- Gemfile.lock | 2 +- lib/investec_open_api/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index d8aa003..e851377 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - investec_open_api (2.1.0) + investec_open_api (2.2.0) base64 faraday money diff --git a/lib/investec_open_api/version.rb b/lib/investec_open_api/version.rb index c86c3cf..6b13d00 100644 --- a/lib/investec_open_api/version.rb +++ b/lib/investec_open_api/version.rb @@ -1,3 +1,3 @@ module InvestecOpenApi - VERSION = "2.1.0" + VERSION = "2.2.0" end