CHANGELOG.md in lockbox-0.6.8 vs CHANGELOG.md in lockbox-1.0.0
- old
+ new
@@ -1,4 +1,12 @@
+## 1.0.0 (2022-06-11)
+
+- Deprecated `encrypts` in favor of `has_encrypted` to avoid conflicting with Active Record encryption
+- Deprecated `lockbox_encrypts` in favor of `has_encrypted`
+- Fixed error with `pluck`
+- Restored warning for attributes with `default` option
+- Dropped support for Active Record < 5.2 and Ruby < 2.6
+
## 0.6.8 (2022-01-25)
- Fixed issue with `encrypts` loading model schema early
- Removed warning for attributes with `default` option