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

- old
+ new

@@ -2,10 +2,14 @@ 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.1] - 2021-04-26 +## Fixed +- Fixed the allowed values of the enum `Phone::PhoneNumberValidation::IsValid` by adding `Maybe` as a valid value. + ## [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` @@ -128,9 +132,11 @@ ## [0.1.0] - 2018-09-29 ### Added - Initial core functionality - Codebase maintenance tools +[0.11.1]: https://github.com/wilsonsilva/loqate/compare/v0.11.0...v0.11.1 +[0.11.0]: https://github.com/wilsonsilva/loqate/compare/v0.10.4...v0.11.0 [0.10.4]: https://github.com/wilsonsilva/loqate/compare/v0.10.3...v0.10.4 [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