diff --git a/CHANGELOG.md b/CHANGELOG.md index ef3dead..771f3ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.5.0](https://github.com/Wynntils/Hades/compare/v0.4.1...v0.5.0) (2022-11-01) + + +### New Features + +* HSPacketUpdateMutual packet contains more information ([#12](https://github.com/Wynntils/Hades/issues/12)) ([2dbc939](https://github.com/Wynntils/Hades/commit/2dbc939ce431c554477690f594c48698e0fd11e3)) + ## [0.4.1](https://github.com/Wynntils/Hades/compare/v0.4.0...v0.4.1) (2022-10-24) @@ -5,6 +12,11 @@ * Register ping packets ([#10](https://github.com/Wynntils/Hades/issues/10)) ([4e6576e](https://github.com/Wynntils/Hades/commit/4e6576e04f21a2b9dfee7716f871ea8cbff3529c)) + +### Miscellaneous Chores + +* **release:** v0.4.1 [skip ci] ([378d2e1](https://github.com/Wynntils/Hades/commit/378d2e1a85e201bba90b6fd07166c9a7374bab92)) + ## [0.4.0](https://github.com/Wynntils/Hades/compare/v0.3.0...v0.4.0) (2022-10-23) diff --git a/build.gradle.kts b/build.gradle.kts index 72fb7db..ecc031a 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -7,7 +7,7 @@ plugins { } group = "com.wynntils.hades" -version = "0.4.1" +version = "0.5.0" repositories { mavenCentral()