Skip to content

Commit 4849079

Browse files
authored
release: 0.8.22 (#108)
1 parent 7830212 commit 4849079

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

CHANGELOG.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
## [Unreleased]
33

44

5+
<a name="0.8.22"></a>
6+
## [0.8.22] - 2023-04-26
7+
### bug fixes
8+
- **crypto:** use OPENSSL_free in BoringSSL ([#107](https://github.com/fffonion/lua-resty-openssl/issues/107)) [7830212](https://github.com/fffonion/lua-resty-openssl/commit/78302123ac744f2d0b6de1156e459e9ea72b7edb)
9+
10+
511
<a name="0.8.21"></a>
612
## [0.8.21] - 2023-03-24
713
### features
@@ -491,7 +497,8 @@
491497
- **x509:** export pubkey [ede4f81](https://github.com/fffonion/lua-resty-openssl/commit/ede4f817cb0fe092ad6f9ab5d6ecdcde864a9fd8)
492498

493499

494-
[Unreleased]: https://github.com/fffonion/lua-resty-openssl/compare/0.8.21...HEAD
500+
[Unreleased]: https://github.com/fffonion/lua-resty-openssl/compare/0.8.22...HEAD
501+
[0.8.22]: https://github.com/fffonion/lua-resty-openssl/compare/0.8.21...0.8.22
495502
[0.8.21]: https://github.com/fffonion/lua-resty-openssl/compare/0.8.20...0.8.21
496503
[0.8.20]: https://github.com/fffonion/lua-resty-openssl/compare/0.8.19...0.8.20
497504
[0.8.19]: https://github.com/fffonion/lua-resty-openssl/compare/0.8.18...0.8.19

lib/resty/openssl.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ try_require_modules()
2525

2626

2727
local _M = {
28-
_VERSION = '0.8.21',
28+
_VERSION = '0.8.22',
2929
}
3030

3131
local libcrypto_name

lua-resty-openssl-0.8.21-1.rockspec renamed to lua-resty-openssl-0.8.22-1.rockspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
package = "lua-resty-openssl"
2-
version = "0.8.21-1"
2+
version = "0.8.22-1"
33
source = {
44
url = "git+https://github.com/fffonion/lua-resty-openssl.git",
5-
tag = "0.8.21"
5+
tag = "0.8.22"
66
}
77
description = {
88
detailed = "FFI-based OpenSSL binding for LuaJIT.",

0 commit comments

Comments
 (0)