CHANGELOG.md in zerobounce-0.2.2 vs CHANGELOG.md in zerobounce-0.3.0

- old
+ new

@@ -1,18 +1,24 @@ +# 0.3.0 + +- Updated faraday to version 2.0.1 +- Removed depricated faraday_middleware gem +- Updated minimum ruby version to 2.6 + # 0.2.0 -* Update faraday and faraday_middleware dependency requirements. -* Update rubocop dev dependencies and fixed failures. -* Updated minimum ruby version to 2.5. +- Update faraday and faraday_middleware dependency requirements. +- Update rubocop dev dependencies and fixed failures. +- Updated minimum ruby version to 2.5. # 0.1.2 -* Removed the double quote from the body check since it appears a space is added after the colon. -* Added changelog file. +- Removed the double quote from the body check since it appears a space is added after the colon. +- Added changelog file. # 0.1.1 -* Removed safe accessor usage to work with older versions of Ruby. +- Removed safe accessor usage to work with older versions of Ruby. # 0.1.0 -* Added support for V2 of Zerobounce API. +- Added support for V2 of Zerobounce API.