Skip to content

Commit

Permalink
release: 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fffonion committed Apr 22, 2024
1 parent ad18b3c commit 643956d
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Expand Up @@ -2,6 +2,14 @@
## [Unreleased]


<a name="1.3.1"></a>
## [1.3.1] - 2024-04-22
### bug fixes
- **aux/jwk:** remove ecx.d if exporting as public key [9d34ff8](https://github.com/fffonion/lua-resty-openssl/commit/9d34ff8fd79debbcf155f74af0b161083b6a8385)
- **aux/nginx:** fix the typo of get_socket_ssl in the stream module [0aa315e](https://github.com/fffonion/lua-resty-openssl/commit/0aa315efe3d98d38d8d77dedf687958b62d8b184)
- **aux/nginx:** remove extra sanity test that prevent usage of lua-kong-nginx-module [7bd2d0a](https://github.com/fffonion/lua-resty-openssl/commit/7bd2d0aabe82219071fe9fd1b30e49ff88bd5472)


<a name="1.3.0"></a>
## [1.3.0] - 2024-04-15
### features
Expand Down Expand Up @@ -583,7 +591,8 @@
- **x509:** export pubkey [ede4f81](https://github.com/fffonion/lua-resty-openssl/commit/ede4f817cb0fe092ad6f9ab5d6ecdcde864a9fd8)


[Unreleased]: https://github.com/fffonion/lua-resty-openssl/compare/1.3.0...HEAD
[Unreleased]: https://github.com/fffonion/lua-resty-openssl/compare/1.3.1...HEAD
[1.3.1]: https://github.com/fffonion/lua-resty-openssl/compare/1.3.0...1.3.1
[1.3.0]: https://github.com/fffonion/lua-resty-openssl/compare/1.2.1...1.3.0
[1.2.1]: https://github.com/fffonion/lua-resty-openssl/compare/1.2.0...1.2.1
[1.2.0]: https://github.com/fffonion/lua-resty-openssl/compare/1.1.0...1.2.0
Expand Down
2 changes: 1 addition & 1 deletion lib/resty/openssl.lua
Expand Up @@ -24,7 +24,7 @@ try_require_modules()


local _M = {
_VERSION = '1.3.0',
_VERSION = '1.3.1',
}

function _M.load_modules()
Expand Down
@@ -1,8 +1,8 @@
package = "lua-resty-openssl"
version = "1.3.0-1"
version = "1.3.1-1"
source = {
url = "git+https://github.com/fffonion/lua-resty-openssl.git",
tag = "1.3.0"
tag = "1.3.1"
}
description = {
detailed = "FFI-based OpenSSL binding for LuaJIT.",
Expand Down

0 comments on commit 643956d

Please sign in to comment.