diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 19f3f47..1390743 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"2.0.2+1.20.2","minecord-api":"2.0.1+1.20.2","minecord-chat":"2.0.1+1.20.2","minecord-cmds":"2.0.1+1.20.2","minecord-presence":"2.0.0+1.20.2"} +{".":"2.0.3+1.20.2","minecord-api":"2.0.1+1.20.2","minecord-chat":"2.0.2+1.20.2","minecord-cmds":"2.0.1+1.20.2","minecord-presence":"2.0.0+1.20.2"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 927c4cb..22ca82b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.0.3+1.20.2](https://github.com/axieum/minecord/compare/v2.0.2+1.20.2...v2.0.3+1.20.2) (2024-03-04) + + +### Bug Fixes + +* **chat:** Minecraft events were not being forwarded to Discord forum threads (fixes [#121](https://github.com/axieum/minecord/issues/121)) ([#123](https://github.com/axieum/minecord/issues/123)) ([64216c2](https://github.com/axieum/minecord/commit/64216c222741bf437a96839f14b324cb2ef678dd)) + ## [2.0.2+1.20.2](https://github.com/axieum/minecord/compare/v2.0.2+1.20.1...v2.0.2+1.20.2) (2023-12-03) diff --git a/gradle.properties b/gradle.properties index 285a5ea..4a9a20c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,7 +3,7 @@ mod_id = minecord mod_name = Minecord mod_description = Bring your Minecraft world into your Discord guild ## {x-release-please-start-version} -mod_version = 2.0.2+1.20.2 +mod_version = 2.0.3+1.20.2 ## {x-release-please-end} # Fabric diff --git a/minecord-chat/CHANGELOG.md b/minecord-chat/CHANGELOG.md index 38298f1..3094939 100644 --- a/minecord-chat/CHANGELOG.md +++ b/minecord-chat/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.0.2+1.20.2](https://github.com/axieum/minecord/compare/chat-v2.0.1+1.20.2...chat-v2.0.2+1.20.2) (2024-03-04) + + +### Bug Fixes + +* **chat:** Minecraft events were not being forwarded to Discord forum threads (fixes [#121](https://github.com/axieum/minecord/issues/121)) ([#123](https://github.com/axieum/minecord/issues/123)) ([64216c2](https://github.com/axieum/minecord/commit/64216c222741bf437a96839f14b324cb2ef678dd)) + ## [2.0.1+1.20.2](https://github.com/axieum/minecord/compare/chat-v2.0.1+1.20.1...chat-v2.0.1+1.20.2) (2023-12-03) diff --git a/minecord-chat/gradle.properties b/minecord-chat/gradle.properties index 835c8af..e196934 100644 --- a/minecord-chat/gradle.properties +++ b/minecord-chat/gradle.properties @@ -3,7 +3,7 @@ mod_id = minecord-chat mod_name = Minecord Chat mod_description = Bridges chat-related events between Minecraft and Discord ## {x-release-please-start-version} -mod_version = 2.0.1+1.20.2 +mod_version = 2.0.2+1.20.2 ## {x-release-please-end} # Dependencies