We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f897be0 commit e90d247Copy full SHA for e90d247
CHANGELOG.md
@@ -9,15 +9,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
10
## [0.5.0] - 2020-12-06
11
12
-### Added
+### Added
13
14
- `Diffcrypt::Rails::ApplicationHelper` to simplify integration
15
+- `rake diffcrypt:init` command to help setup credentials
16
17
### Changed
18
19
- Default cipher is now `aes-265-gcm`
20
- YAML keys are now sorted
21
- Improved support for rails native `aes-128-gcm` cipher
22
+- Improved test coverage for differing ciphers
23
24
25
0 commit comments