CHANGELOG.md in loqate-0.9.0 vs CHANGELOG.md in loqate-0.10.0
- old
+ new
@@ -2,10 +2,17 @@
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.10.0] - 2018-12-12
+### Added
+- A service to find the nearest places around a given coordinate
+
+### Changed
+- Disabled the Yardstick rules `ExampleTag`, `ReturnTag` and `Summary::Presence`.
+
## [0.9.0] - 2018-12-11
### Added
- Geocoding service of the Geocoding API
- A service to calculate the country a given location is within
@@ -64,9 +71,10 @@
## [0.1.0] - 2018-09-29
### Added
- Initial core functionality
- Codebase maintenance tools
+[0.10.0]: https://github.com/wilsonsilva/loqate/compare/v0.9.0...v0.10.0
[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