Skip to content

Commit

Permalink
release: 0.8.26
Browse files Browse the repository at this point in the history
  • Loading branch information
fffonion committed Oct 31, 2023
1 parent 2ca4d14 commit 8d12024
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
## [Unreleased]


<a name="0.8.26"></a>
## [0.8.26] - 2023-10-30
### bug fixes
- **version:** add support for all 3.x versions [1516b4d](https://github.com/fffonion/lua-resty-openssl/commit/1516b4d94ac4621a1b243c14b5133ded81515d28)
- **x509.csr:** remove extension before adding it [d6ed964](https://github.com/fffonion/lua-resty-openssl/commit/d6ed9648e39f46f7519413489baf021092ccbc49)


<a name="0.8.25"></a>
## [0.8.25] - 2023-09-05
### bug fixes
Expand Down Expand Up @@ -519,7 +526,8 @@
- **x509:** export pubkey [ede4f81](https://github.com/fffonion/lua-resty-openssl/commit/ede4f817cb0fe092ad6f9ab5d6ecdcde864a9fd8)


[Unreleased]: https://github.com/fffonion/lua-resty-openssl/compare/0.8.25...HEAD
[Unreleased]: https://github.com/fffonion/lua-resty-openssl/compare/0.8.26...HEAD
[0.8.26]: https://github.com/fffonion/lua-resty-openssl/compare/0.8.25...0.8.26
[0.8.25]: https://github.com/fffonion/lua-resty-openssl/compare/0.8.24...0.8.25
[0.8.24]: https://github.com/fffonion/lua-resty-openssl/compare/0.8.23...0.8.24
[0.8.23]: https://github.com/fffonion/lua-resty-openssl/compare/0.8.22...0.8.23
Expand Down
2 changes: 1 addition & 1 deletion lib/resty/openssl.lua
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ try_require_modules()


local _M = {
_VERSION = '0.8.25',
_VERSION = '0.8.26',
}

local libcrypto_name
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package = "lua-resty-openssl"
version = "0.8.25-1"
version = "0.8.26-1"
source = {
url = "git+https://github.com/fffonion/lua-resty-openssl.git",
tag = "0.8.25"
tag = "0.8.26"
}
description = {
detailed = "FFI-based OpenSSL binding for LuaJIT.",
Expand Down

0 comments on commit 8d12024

Please sign in to comment.