Skip to content

Commit 77efd10

Browse files
authored
chore: release 1.1.0 (#69)
Also updated README to fix formatting. Added a release section.
1 parent 25d22fd commit 77efd10

File tree

3 files changed

+255
-245
lines changed

3 files changed

+255
-245
lines changed

Diff for: README.md

+4
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ Currently the library supports:
8484
* http://www.w3.org/2001/04/xmlenc#tripledes-cbc (Insecure Algorithm)
8585

8686
Insecure Algorithms can be disabled via `disallowEncryptionWithInsecureAlgorithm`/`disallowDecryptionWithInsecureAlgorithm` flags when encrypting/decrypting. This flag is off by default in 0.x versions.
87+
8788
A warning will be piped to `stderr` using console.warn() by default when the aforementioned algorithms are used. This can be disabled via the `warnInsecureAlgorithm` flag.
8889

8990
## Issue Reporting
@@ -97,3 +98,6 @@ If you have found a bug or if you have a feature request, please report them at
9798
## License
9899

99100
This project is licensed under the MIT license. See the [LICENSE](LICENSE) file for more info.
101+
102+
## Releases
103+
Release notes may be found under github release page: https://github.com/auth0/node-xml-encryption/releases

0 commit comments

Comments
 (0)