CHANGELOG.md in dns_mock-0.2.0 vs CHANGELOG.md in dns_mock-0.2.1

- old
+ new

@@ -1,8 +1,14 @@ # Changelog The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.2.1] - 2021-01-27 + +### Fixed RDNS lookup representation + +Fixed RDNS lookup representatin for IP address in PTR record feature. + ## [0.2.0] - 2021-01-26 ### PTR record support Added ability to mock PTR records. Please note, you can define host address without RDNS lookup prefix (`.in-addr.arpa`). `DnsMock` will do it for you.