Skip to content

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 222fd0e commit 0c0de8b
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.1

### 📘 Dependencies

* Bump maven-surefire-plugin from 3.0.0-M7 to 3.0.0-M8 [#114](https://github.com/KatsuteDev/OneMTA/pull/114) ([@dependabot](https://github.com/dependabot))
* Bump maven-surefire-plugin from 3.0.0-M8 to 3.0.0-M9 [#115](https://github.com/KatsuteDev/OneMTA/pull/115) ([@dependabot](https://github.com/dependabot))
* Bump maven-javadoc-plugin from 3.4.1 to 3.5.0 [#116](https://github.com/KatsuteDev/OneMTA/pull/116) ([@dependabot](https://github.com/dependabot))
* Bump maven-compiler-plugin from 3.10.1 to 3.11.0 [#120](https://github.com/KatsuteDev/OneMTA/pull/120) ([@dependabot](https://github.com/dependabot))
* Bump protobuf-java from 3.21.12 to 3.22.1 [#123](https://github.com/KatsuteDev/OneMTA/pull/123) ([@mashiro-san](https://github.com/mashiro-san))
* Bump protobuf-java from 3.22.1 to 3.22.2 [#125](https://github.com/KatsuteDev/OneMTA/pull/125) ([@dependabot](https://github.com/dependabot))
* Bump protobuf-java-util from 3.22.1 to 3.22.2 [#126](https://github.com/KatsuteDev/OneMTA/pull/126) ([@dependabot](https://github.com/dependabot))
* Bump maven-surefire-plugin from 3.0.0-M9 to 3.0.0 [#127](https://github.com/KatsuteDev/OneMTA/pull/127) ([@dependabot](https://github.com/dependabot))

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

## 2.0.0

### ⚠️ Breaking Change
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.0</version>
<version>2.0.1</version>

<profiles>
<profile>
Expand Down

0 comments on commit 0c0de8b

Please sign in to comment.