CHANGELOG.md in loqate-0.8.0 vs CHANGELOG.md in loqate-0.9.0

- old
+ new

@@ -2,10 +2,15 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## [0.9.0] - 2018-12-11 +### Added +- Geocoding service of the Geocoding API +- A service to calculate the country a given location is within + ## [0.8.0] - 2018-12-10 ### Added - Distance service of the Geocoding API ## [0.7.0] - 2018-12-03 @@ -59,9 +64,10 @@ ## [0.1.0] - 2018-09-29 ### Added - Initial core functionality - Codebase maintenance tools +[0.9.0]: https://github.com/wilsonsilva/loqate/compare/v0.8.0...v0.9.0 [0.8.0]: https://github.com/wilsonsilva/loqate/compare/v0.7.0...v0.8.0 [0.7.0]: https://github.com/wilsonsilva/loqate/compare/v0.6.0...v0.7.0 [0.6.0]: https://github.com/wilsonsilva/loqate/compare/v0.5.0...v0.6.0 [0.5.0]: https://github.com/wilsonsilva/loqate/compare/v0.4.0...v0.5.0 [0.4.0]: https://github.com/wilsonsilva/loqate/compare/v0.3.0...v0.4.0