@@ -100,3 +100,11 @@
[1.7.3]
* Update NodeBB to 1.9.3
+[1.8.0]
+* Update NodeBB to 1.10.0
+* [Release announcement](https://blog.nodebb.org/nodebb-1-10-0/)
+* Adding profile/cover photos can now be limited to users with a minimum reputation level
+* IP address of registered users are now recorded in chat messages, and can be seen by admins and moderators
+* An additional action hook has been added to the analytics increment event, making it easier to connect your forum to an external monitoring system
+* Additional data is now sent to filter:search.query hook for better search engine implementation downstream)
+
@@ -4,7 +4,7 @@
"author": "NodeBB Team",
"description": "file://DESCRIPTION.md",
"tagline": "Next generation forum software",
- "version": "1.7.3",
+ "version": "1.8.0",
"healthCheckPath": "/",
"httpPort": 4567,
"addons": {
@@ -1,4 +1,4 @@
-This app packages NodeBB Version 1.9.3
+This app packages NodeBB Version 1.10.0
### Overview