We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 190862d commit a9438a8Copy full SHA for a9438a8
changelog.md
@@ -1,4 +1,7 @@
1
# Changelog
2
+## <cj>v1.4.5</c> <cb>(2025-04-07)</c>
3
+* <cy>Updated</c> MQTT notification system to AMQP.
4
+
5
## <cj>v1.4.3</c> <cb>(2025-04-02)</c>
6
* <cy>Fixed</c> mod badges duplication.
7
* <cy>Updated</c> badge fetchers logic.
mod.json
@@ -1,6 +1,6 @@
{
"geode": "4.3.1",
- "version": "v1.4.4",
+ "version": "v1.4.5",
"gd": {
"win": "2.2074",
"mac": "2.2074",
@@ -18,12 +18,12 @@
18
"dependencies": [
19
20
"id": "geode.node-ids",
21
- "version": ">=v1.20.0",
+ "version": ">=v1.20.1",
22
"importance": "required"
23
},
24
25
"id": "jouca.badgesapi",
26
- "version": ">=v1.2.1",
+ "version": ">=v1.2.2",
27
28
}
29
],
0 commit comments