Skip to content

Commit

Permalink
Fix changelog display
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-j69 committed Feb 4, 2021
1 parent 9e6e189 commit ea75073
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# v0.1.1
###Fixes
### Fixes
* Fix sha256 generation : long keys are now decoded correctly. Reported in https://github.com/klaxit/hidden-secrets-gradle-plugin/issues/16
* Random string generation was not including lower case characters
###Improvements
### Improvements
* The plugin search for `Secrets.kt` to add other keys instead of using package's name to access it.
* Resolve package from the Kotlin file to edit the C++ file to be able to use a different package than the package of Secret.kt to encode/decode keys.
* Clearer error message for `hideSecret` command
Expand Down

0 comments on commit ea75073

Please sign in to comment.