Skip to content

Commit

Permalink
Bump to version 0.7.0 Atika Inu
Browse files Browse the repository at this point in the history
  • Loading branch information
Chinomso Ikwuagwu committed Jan 21, 2024
1 parent f3ffe5f commit 2cd208d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

-

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

### Added

- Added `UnmodifiableBandwidth` via `Bandwidths#unmodifiableBandwidth(Bandwidth)`

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

### Changed

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<properties>
<maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target>
<rate-limiter.version>0.7.0-SNAPSHOT</rate-limiter.version>
<rate-limiter.version>0.7.0</rate-limiter.version>
<it.skip>true</it.skip>
<tests.skip>false</tests.skip>
<maven.failsafle.plugin.version>2.22.2</maven.failsafle.plugin.version>
Expand Down

0 comments on commit 2cd208d

Please sign in to comment.