Skip to content

Commit

Permalink
Merge pull request #332 from PerimeterX/release/v7.3.2
Browse files Browse the repository at this point in the history
Release/v7.3.2
  • Loading branch information
wizzard authored Jul 17, 2024
2 parents 4f90672 + 5f70a54 commit 766ea85
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).


## [7.3.2] - 2024-07-17
### Fixed
- Fix rate_limit code


## [7.3.1] - 2024-07-17
### Changed
- Remove lua-resty-nettle version restriction
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# [PerimeterX](http://www.perimeterx.com) NGINX Lua Plugin

> Latest stable version: [v7.3.1](https://luarocks.org/modules/bendpx/perimeterx-nginx-plugin/7.3.1-1)
> Latest stable version: [v7.3.2](https://luarocks.org/modules/bendpx/perimeterx-nginx-plugin/7.3.2-1)
## [Introduction](#introduction)

Expand Down
2 changes: 1 addition & 1 deletion lib/px/utils/pxconstants.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
----------------------------------------------

local _M = {
MODULE_VERSION = "NGINX Module v7.3.1",
MODULE_VERSION = "NGINX Module v7.3.2",
RISK_PATH = "/api/v3/risk",
CAPTCHA_PATH = "/api/v2/risk/captcha",
ACTIVITIES_PATH = "/api/v1/collector/s2s",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package = "perimeterx-nginx-plugin"
version = "7.3.1-1"
version = "7.3.2-1"
source = {
url = "git+https://github.com/PerimeterX/perimeterx-nginx-plugin.git",
tag = "v7.3.1",
tag = "v7.3.2",
}
description = {
summary = "PerimeterX NGINX Lua Middleware.",
Expand Down
2 changes: 1 addition & 1 deletion px_metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"module_name" : "NGINX Module",
"version": "7.3.1",
"version": "7.3.2",
"spec_version" : "1.0.0",
"supported_features": [
"advanced_blocking_response",
Expand Down

0 comments on commit 766ea85

Please sign in to comment.