CHANGELOG.md in swedish-pin-1.0.0 vs CHANGELOG.md in swedish-pin-1.1.0

- old
+ new

@@ -5,11 +5,23 @@ 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). ## [Unreleased] +## [1.1.0] - 2022-07-04 + +### Fixed + +* `rake test` actually runs tests now. + +### Added + +* `Personnummer` can now be compared and sorted. +* `Personnummer` works as hash keys by value. + ## [1.0.0] - 2020-09-09 Initial release. [Unreleased]: https://github.com/Mange/swedish-pin-ruby/compare/v1.0.0...HEAD [1.0.0]: https://github.com/Mange/swedish-pin-ruby/releases/tag/v1.0.0 +[1.1.0]: https://github.com/Mange/swedish-pin-ruby/releases/tag/v1.1.0