diff --git a/build.gradle.kts b/build.gradle.kts index 4c0710fd..59b9d5d6 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -16,7 +16,7 @@ plugins { } group = "org.hyacinthbots.lilybot" -version = "4.8.2" +version = "4.8.3" repositories { mavenCentral() diff --git a/docs/changelogs/4.x.x/4.8.3.md b/docs/changelogs/4.x.x/4.8.3.md new file mode 100644 index 00000000..302958da --- /dev/null +++ b/docs/changelogs/4.x.x/4.8.3.md @@ -0,0 +1,5 @@ +# LilyBot 4.8.3 + +This update fixes a security vulnerability in the welcome channel dependency. + +You can find a list of all the commits in this update [here](https://github.com/hyacinthbots/LilyBot/compare/v4.8.2...v4.8.3)