# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased

## [0.4.0] - 2024-12-05

### Changed

- Add geoname id in the result of reverse geocoding
- Rebuild `cities.txt` internal database with up-to-date data from https:/geonames.org

## [0.3.1] - 2021-03-27

### Changed

- Rebuild `cities.txt` internal database with up-to-date data from https://geonames.org

## [0.3.0] - 2021-03-23

### Added

- Lookup city information from country and city name

## [0.2.0] - 2021-03-17

### Changed

- Add distance function between the provided coordinates and the returned city

## [0.1.0] - 2021-03-15

### Added

- Reverse geocoding function


[0.4.0] : https://github.com/davidjulien/erlang-geocoding/releases/tag/v0.4.0
[0.3.1] : https://github.com/davidjulien/erlang-geocoding/releases/tag/v0.3.1
[0.3.0] : https://github.com/davidjulien/erlang-geocoding/releases/tag/v0.3.0
[0.2.0] : https://github.com/davidjulien/erlang-geocoding/releases/tag/v0.2.0
