CHANGELOG.md in lite-ruby-2.0.7 vs CHANGELOG.md in lite-ruby-2.1.0

- old
+ new

@@ -4,9 +4,22 @@ 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] +## [2.1.0] - 2022-02-09 +### Added +- Added String `domain` to include protocol (more inline with URI method names) [BREAKING] +- Added Date => `day_day` format +- Added Date => `day_day_abbr` format +- Added Date => `day_day_iso` format +- Added Date => `day_date` format +- Added Date => `day_date_abbr` format +- Added Date => `day_date_iso` format +### Changed +- Rename String `domain` to `host` +- String `host` to use URI instead of a regexp + ## [2.0.7] - 2021-09-29 ### Added - Added Range => `bounds` ## [2.0.6] - 2021-09-26