Skip to content

Commit

Permalink
Bump to version 0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
poshjosh committed Dec 29, 2022
1 parent a971111 commit 5572a00
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,13 @@ 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.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [ Unreleased ]

## [0.0.722-SNAPSHOT] - 2022-12-29
-

## [ [0.0.8](https://github.com/poshjosh/rate-limiter-spring/tree/0.0.8) ] - 2022-12-29

### Added

- Added change log
- Separate repository for annotations: [rate-limiter-annotation](https://github.com/poshjosh/rate-limiter-annotation)
- Change log
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target>
<spring-boot.version>2.2.5.RELEASE</spring-boot.version>
<rate-limiter.version>0.0.722-SNAPSHOT</rate-limiter.version>
<rate-limiter.version>0.0.8</rate-limiter.version>
<bucket4j.version>6.4.1</bucket4j.version>
<javax.servlet.version>4.0.1</javax.servlet.version>
<it.skip>true</it.skip>
Expand Down

0 comments on commit 5572a00

Please sign in to comment.