CHANGELOG.md in kms_encrypted-0.3.0 vs CHANGELOG.md in kms_encrypted-1.0.0

- old
+ new

@@ -1,4 +1,15 @@ +## 1.0.0 + +- Added versioning +- Added `context_hash` method + +Breaking changes + +- There’s now a default encryption context with the model name and id +- ActiveSupport notifications were changed from `generate_data_key` and `decrypt_data_key` to `encrypt` and `decrypt` +- AWS KMS uses the `Encrypt` operation instead of `GenerateDataKey` + ## 0.3.0 - Added support for Vault - Removed `KmsEncrypted.kms_client` and `KmsEncrypted.client_options` in favor of `KmsEncrypted.aws_client` - Removed `KmsEncrypted::Google.kms_client` in favor of `KmsEncrypted.google_client`