-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
b840300
commit ab9fd93
Showing
2 changed files
with
36 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,35 @@ | ||
# Changelog | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), | ||
and this project adheres to | ||
[Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## 1.2.0 (2024-10-29) | ||
|
||
### Feat | ||
|
||
- Added rate limiting configuration. (#8) | ||
|
||
### Fix | ||
|
||
- Updated metric names. | ||
|
||
## 1.1.0 (2024-10-18) | ||
|
||
### Feat | ||
|
||
- Allow WAF to be put into passive mode. (#4) | ||
|
||
## 1.0.0 (2024-10-11) | ||
|
||
### Feat | ||
|
||
- Initial release. (#1) | ||
# Changelog | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), | ||
and this project adheres to | ||
[Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## 1.3.0 (2024-11-14) | ||
|
||
### Feat | ||
|
||
- Allow custom headers to add to the request. (DEV-12) (#10) | ||
|
||
## 1.2.0 (2024-10-29) | ||
|
||
### Feat | ||
|
||
- Added rate limiting configuration. (#8) | ||
|
||
### Fix | ||
|
||
- Updated metric names. | ||
|
||
## 1.1.0 (2024-10-18) | ||
|
||
### Feat | ||
|
||
- Allow WAF to be put into passive mode. (#4) | ||
|
||
## 1.0.0 (2024-10-11) | ||
|
||
### Feat | ||
|
||
- Initial release. (#1) |