Skip to content

Commit

Permalink
chore(*) release 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bungle committed Apr 6, 2021
1 parent ecf7daa commit 6c26e42
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
All notable changes to `lua-resty-nettle` will be documented in this file.


## [2.0] - Upcoming
## [2.0] - 2020-04-06
### Added
- Add Streebog hashing algorithms (256 and 512)
- Add PBKDF2 HMAC-SHA384 and HMAC-SHA512 variants
- Add support for Nettle 3.6.x and Nettle 3.7.x
- Add support for Nettle 3.7.x
- Add support for GC256B and GC512A ECC curves
- Add support for SHA3 256 SHAKE
- Add support for ARCTWO (RC2)
Expand All @@ -27,8 +27,8 @@ All notable changes to `lua-resty-nettle` will be documented in this file.
- ARCFOUR (RC4) maximum key size is raised from 256 bits to 2048 bits

### Changed
- Drop (official) support for Nettle < 3.7.x

- Drop support for Nettle < 3.7.x

## [1.5] - 2020-04-01
### Fixed
Expand Down
2 changes: 1 addition & 1 deletion lib/resty/nettle.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
return {
_VERSION = "1.5",
_VERSION = "2.0",
aes = require "resty.nettle.aes",
arcfour = require "resty.nettle.arcfour",
arctwo = require "resty.nettle.arctwo",
Expand Down

0 comments on commit 6c26e42

Please sign in to comment.