Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

Commit

Permalink
next release
Browse files Browse the repository at this point in the history
  • Loading branch information
Katsute authored Mar 14, 2023
1 parent e22368d commit e54543a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## 5.0.1

### 📘 Dependencies

* Bump junit-jupiter from 5.9.1 to 5.9.2 [#22](https://github.com/KatsuteDev/simplehttpserver/pull/22) ([@mashiro-san](https://github.com/mashiro-san))
* Bump maven-surefire-plugin from 3.0.0-M7 to 3.0.0-M8 [#23](https://github.com/KatsuteDev/simplehttpserver/pull/23) ([@dependabot](https://github.com/dependabot))
* Bump maven-surefire-plugin from 3.0.0-M8 to 3.0.0-M9 [#24](https://github.com/KatsuteDev/simplehttpserver/pull/24) ([@dependabot](https://github.com/dependabot))
* Bump maven-javadoc-plugin from 3.4.1 to 3.5.0 [#25](https://github.com/KatsuteDev/simplehttpserver/pull/25) ([@dependabot](https://github.com/dependabot))
* Bump maven-compiler-plugin from 3.10.1 to 3.11.0 [#26](https://github.com/KatsuteDev/simplehttpserver/pull/26) ([@dependabot](https://github.com/dependabot))
* Bump maven-surefire-plugin from 3.0.0-M9 to 3.0.0 [#28](https://github.com/KatsuteDev/simplehttpserver/pull/28) ([@dependabot](https://github.com/dependabot))

**Full Changelog**: [`5.0.0...5.0.1`](https://github.com/KatsuteDev/simplehttpserver/compare/5.0.0...5.0.1)

## 5.0.0

Initial release
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>dev.katsute</groupId>
<artifactId>simplehttpserver</artifactId>
<version>5.0.0</version>
<version>5.0.1</version>

<profiles>
<profile>
Expand Down

0 comments on commit e54543a

Please sign in to comment.