CHANGELOG.md in loqate-0.10.2 vs CHANGELOG.md in loqate-0.10.3
- old
+ new
@@ -2,12 +2,20 @@
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.1] - 2019-12-31
+## [0.10.3] - 2020-01-13
### Changed
+- Updated Rubocop to version `0.78`
+- Fixed the keyword arguments deprecation warning introduced in Ruby `2.7`
+
+## Added
+- Added additional build versions (`2.5`, `2.6`, `2.7` and `jruby`) on Travis CI
+
+## [0.10.2] - 2019-12-31
+### Changed
- Relaxed the dependency on `bundler` to support Bundler 2.x and later
- Replaced `.ruby-versions` with `.tools-versions` because `asdf` is a modular package manager for all languages
- Set the Ruby development version to `2.6.5`
## Fixed
@@ -85,9 +93,11 @@
## [0.1.0] - 2018-09-29
### Added
- Initial core functionality
- Codebase maintenance tools
+[0.10.3]: https://github.com/wilsonsilva/loqate/compare/v0.10.2...v0.10.3
+[0.10.2]: https://github.com/wilsonsilva/loqate/compare/v0.10.1...v0.10.2
[0.10.1]: https://github.com/wilsonsilva/loqate/compare/v0.10.0...v0.10.1
[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