Skip to content

Commit

Permalink
Allow usage of 3rd party rate limiters
Browse files Browse the repository at this point in the history
  • Loading branch information
Chinomso Ikwuagwu committed May 1, 2023
1 parent 1a326b6 commit 19ac531
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
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.5.0](https://github.com/poshjosh/rate-limiter-spring/tree/v0.5.0) ] - 2023-05-01

### Added

- Allow usage of 3rd party rate limiters

## [ [0.4.2](https://github.com/poshjosh/rate-limiter-spring/tree/v0.4.2) ] - 2023-02-24

### Added
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ To add a dependency on `rate-limiter-spring` using Maven, use the following:
<dependency>
<groupId>io.github.poshjosh</groupId>
<artifactId>rate-limiter-spring</artifactId>
<version>0.4.2</version>
<version>0.5.0</version>
</dependency>
```

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.4.2C-SNAPSHOT</rate-limiter.version>
<rate-limiter.version>0.5.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 19ac531

Please sign in to comment.