CHANGELOG.md in loqate-0.3.0 vs CHANGELOG.md in loqate-0.4.0
- old
+ new
@@ -2,10 +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.4.0] - 2018-11-14
+### Changed
+- Updated the gem `HTTP` to version `4.0.0`
+- Added the header `Accept: application/json` to every request
+- Simplified the Value Objects with Dry-Struct
+
+## Added
+- A License (MIT)
+- Phone API
+
## [0.3.0] - 2018-11-10
### Changed
- `address.retrieve` and `address.find` return a single error, not an array with a single item
- `address.retrieve` returns a single address, not an array of addresses
- `Loqate::Error` inherits from `StandardError` so that it can be raised as an exception
@@ -33,7 +43,8 @@
## [0.1.0] - 2018-09-29
### Added
- Initial core functionality
- Codebase maintenance tools
+[0.4.0]: https://github.com/wilsonsilva/loqate/compare/v0.3.0...v0.4.0
[0.3.0]: https://github.com/wilsonsilva/loqate/compare/v0.2.0...v0.3.0
[0.2.0]: https://github.com/wilsonsilva/loqate/compare/v0.1.0...v0.2.0