CHANGELOG.md in pwned-2.0.2 vs CHANGELOG.md in pwned-2.1.0

- old
+ new

@@ -1,17 +1,25 @@ # Changelog for `Pwned` ## Ongoing [☰](https://github.com/philnash/pwned/compare/v2.0.2...master) +## 2.1.0 (July 8, 2020) [☰](https://github.com/philnash/pwned/compare/v2.0.2...v2.1.0) + +- Minor updates + + - Adds `Pwned::HashedPassword` class which is initializd with a SHA1 hash to + query the API with so that the lookup can be done in the background without + storing passwords. Fixes #19, thanks [@paprikati](https://github.com/paprikati). + ## 2.0.2 (May 20, 2020) [☰](https://github.com/philnash/pwned/compare/v2.0.1...v2.0.2) - Minor fix - It was found to be possible for reading the lines body of a response to result in a `nil` which caused trouble with string concatenation. This avoids that scenario. Fixes #18, thanks [@flori](https://github.com/flori). -## 2.0.1 (January 14, 2019) [☰](https://github.com/philnash/pwned/compare/v2.0.0...v2.0.1) +## 2.0.1 (January 14, 2020) [☰](https://github.com/philnash/pwned/compare/v2.0.0...v2.0.1) - Minor updates - Adds double-splat to ActiveModel::Errors#add calls with options to make Ruby 2.7 happy. - Detects presence of Net::HTTPClientException in tests to remove deprecation warning.