There was an error while loading. Please reload this page.
1 parent d165428 commit 3e67f6cCopy full SHA for 3e67f6c
2 files changed
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+## [0.5.1] - 2026-02-19
2
+- Updated API endpoint from v1.9 to v1.10
3
+
4
## [0.5.0] - 2026-01-06
5
- Added Distance API support:
6
- `distance()` - Calculate distances from single origin to multiple destinations
lib/geocodio/gem.rb
@@ -15,7 +15,7 @@ def initialize(api_key)
15
@api_key = api_key
16
17
@conn = Faraday.new(
18
- url: 'https://api.geocod.io/v1.9/',
+ url: 'https://api.geocod.io/v1.10/',
19
headers: {'Content-Type' => 'application/json' }
20
) do |f|
21
f.response :follow_redirects
0 commit comments