CHANGELOG.md in lite-ruby-1.0.3 vs CHANGELOG.md in lite-ruby-1.0.4
- old
+ new
@@ -4,9 +4,20 @@
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.0.4] - 2019-08-09
+### Added
+- Added more boolean value checks
+- Added Numeric => `markdown_percentage`
+- Added Numeric => `markup_percentage`
+- Added Object => `is_any?`
+- Added Object => `to_bool`
+- Added String => `dedupe`
+### Changed
+- Move boolean classes to its own file
+
## [1.0.3] - 2019-07-30
### Added
- Added String => `non_possessive`
- Added String => `possessive`
- Added String => `possessive?`