Skip to content

Commit

Permalink
prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Katsute authored Aug 16, 2023
1 parent 1a6faed commit 70b7d2a
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## 2.0.4

### Dependencies

* Bump maven-surefire-plugin from 3.1.0 to 3.1.2 [#148](https://github.com/KatsuteDev/OneMTA/pull/148) ([@dependabot](https://github.com/dependabot))
* Bump protobuf-java from 3.23.2 to 3.23.3 [#149](https://github.com/KatsuteDev/OneMTA/pull/149) ([@dependabot](https://github.com/dependabot))
* Bump protobuf-java-util from 3.23.2 to 3.23.3 [#150](https://github.com/KatsuteDev/OneMTA/pull/150) ([@dependabot](https://github.com/dependabot))
* Bump protobuf-java from 3.23.3 to 3.23.4 [#153](https://github.com/KatsuteDev/OneMTA/pull/153) ([@dependabot](https://github.com/dependabot))
* Bump protobuf-java-util from 3.23.3 to 3.23.4 [#152](https://github.com/KatsuteDev/OneMTA/pull/152) ([@dependabot](https://github.com/dependabot))
* Bump the junit group with 2 updates [#154](https://github.com/KatsuteDev/OneMTA/pull/154) ([@dependabot](https://github.com/dependabot))
* Bump the protobuf group with 2 updates [#155](https://github.com/KatsuteDev/OneMTA/pull/155) ([@dependabot](https://github.com/dependabot))
* Upgrade to protobuf 24 [#156](https://github.com/KatsuteDev/OneMTA/pull/156) ([@Katsute](https://github.com/Katsute))

**Full Changelog**: [`2.0.3...2.0.4`](https://github.com/KatsuteDev/OneMTA/compare/2.0.3...2.0.4)

## 2.0.3

### Dependencies
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>onemta</artifactId>
<version>2.0.3</version>
<version>2.0.4</version>

<profiles>
<profile>
Expand Down

0 comments on commit 70b7d2a

Please sign in to comment.