Skip to content

Commit

Permalink
New release: 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolaposa committed May 17, 2024
1 parent 84bc08a commit 80a1bad
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

All notable changes to this project will be documented in this file.

## 3.2.0 - 2024-05-17

### Added
- [57: RuntimeConfigurableRateLimiter](https://github.com/nikolaposa/rate-limit/pull/57)

## 3.1.0 - 2023-12-29

### Changed
Expand Down Expand Up @@ -77,4 +82,4 @@ All notable changes to this project will be documented in this file.
- Rename `IdentityGenerator` to `IdentityResolver`


[link-unreleased]: https://github.com/nikolaposa/rate-limit/compare/3.1.0...HEAD
[link-unreleased]: https://github.com/nikolaposa/rate-limit/compare/3.2.0...HEAD
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "3.1.x-dev"
"dev-master": "3.2.x-dev"
}
}
}

0 comments on commit 80a1bad

Please sign in to comment.