Skip to content

Commit

Permalink
Move Matcher and ExpressionMatcher to rate-limiter project.
Browse files Browse the repository at this point in the history
  • Loading branch information
Chinomso Ikwuagwu committed Jan 5, 2024
1 parent 332232b commit 914f1b0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

-

## [ [0.6.0](https://github.com/poshjosh/rate-limiter-spring/tree/v0.6.0) ] - 2024-01-21

### Changed

- Moved `Matcher` and `ExpressionMatcher` from project rate-limiter-annotation to project rate-limiter.

## [ [0.5.1](https://github.com/poshjosh/rate-limiter-spring/tree/v0.5.1) ] - 2023-05-20

### Added
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<maven.compiler.target>8</maven.compiler.target>
<spring-boot.version>2.2.5.RELEASE</spring-boot.version>
<spring.version>5.2.4.RELEASE</spring.version>
<rate-limiter.version>0.5.2-1-SNAPSHOT</rate-limiter.version>
<rate-limiter.version>0.6.0</rate-limiter.version>
<javax.servlet.version>4.0.1</javax.servlet.version>
<it.skip>true</it.skip>
<tests.skip>false</tests.skip>
Expand Down

0 comments on commit 914f1b0

Please sign in to comment.