Skip to content

Commit

Permalink
Bump to 4.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
NoComment1105 committed Feb 28, 2023
1 parent 2c0c1bd commit 4eaa6bf
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ plugins {
}

group = "org.hyacinthbots.lilybot"
version = "4.7.0"
version = "4.8.0"

repositories {
mavenCentral()
Expand Down
18 changes: 18 additions & 0 deletions docs/changelogs/4.x.x/4.8.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# LilyBot 4.8.0

This update fixes bugs and adds a couple of new features
You can find the full changelog below

New:
* Automatically applies she-her and it-its roles to Lily when a pronoun role menu is created
* Allow users to subscribe to roles in a similar fashion to role menus, but with commands

Change:
* Update to Kotlin 1.8.10, Gradle 8.0.1 and other dependencies (Internal)
* Removed configDb parameter from migrations (Internal)

Fix:
* Remove deprecated kord functions (Internal)
* Fix reminder IDs sometimes overlapping causing duplicate entries and errors

You can find a list of all the commits in this update [here](https://github.com/hyacinthbots/LilyBot/compare/v4.6.3...v4.7.0)

0 comments on commit 4eaa6bf

Please sign in to comment.