CHANGELOG.md in bitmask_enum-1.0.0 vs CHANGELOG.md in bitmask_enum-1.1.0

- old
+ new

@@ -35,5 +35,11 @@ Add setter override to write flags as flag values. Add YARD docs. Standardize output to symbols. Add validation of the attribute - less_than: 1 << flags.size Add max ActiveRecord version to protect against future breaking releases + +# 1.1.0 : 2022-08-30 + +Add dynamic scopes for any of provided flags enabled or disabled. +Add dynamic scopes for all of provided flags enabled or disabled. +Correct and update some documentation.