From 587274d2f5347077eb0b8e8df775d4e5f44d9b66 Mon Sep 17 00:00:00 2001 From: SaadHassan-dev Date: Tue, 21 Nov 2023 13:06:29 +0500 Subject: [PATCH] Version bumped to 1.2.0 --- lib/ipinfo/adapter.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ipinfo/adapter.rb b/lib/ipinfo/adapter.rb index 2c71a73..f1958c8 100644 --- a/lib/ipinfo/adapter.rb +++ b/lib/ipinfo/adapter.rb @@ -42,7 +42,7 @@ def connection(adapter) def default_headers headers = { - 'User-Agent' => 'IPinfoClient/Ruby/1.1.0', + 'User-Agent' => 'IPinfoClient/Ruby/1.2.0', 'Accept' => 'application/json' } headers['Authorization'] = "Bearer #{CGI.escape(token)}" if token