CHANGELOG.md in loqate-0.10.4 vs CHANGELOG.md in loqate-0.11.0

- old
+ new

@@ -2,9 +2,36 @@ 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.11.0] - 2021-01-29 +## Changed +- Updated `bundler` to version `2.1` +- Updated `guard` to version `2.16` +- Updated `guard-bundler` to version `3.0` +- Updated `guard-rubocop` to version `1.3` +- Updated `overcommit` to version `0.53` +- Updated `pry` to version `0.13` +- Updated `rubocop` to version `0.85` +- Updated `rubocop-rspec` to version `1.39` +- Updated `simplecov-console` to version `0.7` +- Updated `vcr` to version `6.0` +- Updated `webmock` to version `3.8` +- Enabled the newest RuboCop rules +- Set the local development Ruby version to 2.7.1 + +## Removed +- Removed the attribute `is_complainer_or_fraud_risk` from `EmailValidation`. It is no longer supported by Loqate's API +and will always return `false`. + +## Fixed +- Fixed the type coercion of the attribute `duration` on the `EmailValidation` class: +``` +[Loqate::Email::EmailValidation.new] 0 (Integer) has invalid type for :duration violates + constraints (type?(Float, 0) failed) +``` + ## [0.10.4] - 2020-05-08 ### Changed - Updated `HTTP` to version `4.3` - Updated `Rake` to version `12.3`