Skip to content

Commit 821a812

Browse files
Bump default API version to v1.11
1 parent 128bc4a commit 821a812

32 files changed

+4364
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## [0.7.0] - 2026-03-12
2+
- Updated default API version to v1.11
3+
14
## [0.6.0] - 2026-02-24
25
- Updated API endpoint from v1.9 to v1.10
36

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
geocodio-gem (0.6.0)
4+
geocodio-gem (0.7.0)
55

66
GEM
77
remote: https://rubygems.org/

lib/geocodio/gem.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def initialize(api_key)
1515
@api_key = api_key
1616

1717
@conn = Faraday.new(
18-
url: 'https://api.geocod.io/v1.10/',
18+
url: 'https://api.geocod.io/v1.11/',
1919
headers: {'Content-Type' => 'application/json' }
2020
) do |f|
2121
f.response :follow_redirects

lib/geocodio/gem/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Geocodio
4-
VERSION = "0.6.0"
4+
VERSION = "0.7.0"
55
end

spec/vcr_cassettes/Geocodio/_geocode_can_limit_amount_of_responses.yml

Lines changed: 172 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

spec/vcr_cassettes/Geocodio/_geocode_can_return_simple_format.yml

Lines changed: 133 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)