Skip to content

Commit

Permalink
bump: version 1.2.0 → 1.3.0 (#11)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Nov 14, 2024
1 parent b840300 commit ab9fd93
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 30 deletions.
2 changes: 1 addition & 1 deletion .cz.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ commitizen:
changelog_incremental: true
name: cz_conventional_commits
update_changelog_on_bump: true
version: 1.2.0
version: 1.3.0
version_scheme: semver2
64 changes: 35 additions & 29 deletions CHANGELOG.md
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)

0 comments on commit ab9fd93

Please sign in to comment.