Skip to content

Commit

Permalink
chore(release): v0.4.1 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Conventional Changelog Action committed Oct 24, 2022
1 parent 4e6576e commit 378d2e1
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,22 @@
## [0.4.1](https://github.com/Wynntils/Hades/compare/v0.4.0...v0.4.1) (2022-10-24)


### Bug Fixes

* Register ping packets ([#10](https://github.com/Wynntils/Hades/issues/10)) ([4e6576e](https://github.com/Wynntils/Hades/commit/4e6576e04f21a2b9dfee7716f871ea8cbff3529c))

## [0.4.0](https://github.com/Wynntils/Hades/compare/v0.3.0...v0.4.0) (2022-10-23)


### New Features

* Implement ping-pong packet pair ([#9](https://github.com/Wynntils/Hades/issues/9)) ([e17fa61](https://github.com/Wynntils/Hades/commit/e17fa61f0b2b68540a79b566aa57ae58ef440e7b))


### Miscellaneous Chores

* **release:** v0.4.0 [skip ci] ([1cb43d5](https://github.com/Wynntils/Hades/commit/1cb43d59273eb59ce7b30e685e92188f2f5c9841))

## [0.3.0](https://github.com/Wynntils/Hades/compare/v0.2.3...v0.3.0) (2022-10-22)


Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
}

group = "com.wynntils.hades"
version = "0.4.0"
version = "0.4.1"

repositories {
mavenCentral()
Expand Down

0 comments on commit 378d2e1

Please sign in to comment.