Skip to content

Commit 3e67f6c

Browse files
committed
Update to v1.10
1 parent d165428 commit 3e67f6c

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## [0.5.1] - 2026-02-19
2+
- Updated API endpoint from v1.9 to v1.10
3+
14
## [0.5.0] - 2026-01-06
25
- Added Distance API support:
36
- `distance()` - Calculate distances from single origin to multiple destinations

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.9/',
18+
url: 'https://api.geocod.io/v1.10/',
1919
headers: {'Content-Type' => 'application/json' }
2020
) do |f|
2121
f.response :follow_redirects

0 commit comments

Comments
 (0)