diff --git a/Build/MQTTnet.nuspec b/Build/MQTTnet.nuspec
index 7825ae6..3687879 100644
--- a/Build/MQTTnet.nuspec
+++ b/Build/MQTTnet.nuspec
@@ -10,7 +10,11 @@
https://raw.githubusercontent.com/chkr1011/MQTTnet/master/Images/Logo_128x128.png
false
MQTTnet is a .NET library for MQTT based communication. It provides a MQTT client and a MQTT server (broker).
- *
+ * [MqttServer] Added support for publishing application messages
+* [Core] Fixed QoS level 2 handling
+* [Core] Performance optimizations
+* [MqttClient/MqttServer] Errors while handline application messages are now catched and traced
+* [MqttClient/MqttServer] Added interfaces
Copyright Christian Kratky 2016-2017
MQTT MQTTClient MQTTServer MQTTBroker Broker NETStandard IoT InternetOfThings Messaging Queue Hardware
diff --git a/README.md b/README.md
index 379df3b..5df9d0f 100644
--- a/README.md
+++ b/README.md
@@ -15,10 +15,12 @@ MQTTnet is a .NET library for MQTT based communication. It provides a MQTT clien
* Rx support (via another project)
* List of connected clients available (server only)
* Extensible communication channels (i.e. In-Memory, TCP, TCP+SSL, WebSockets (not included in this project))
+* Server is able to publish its own messages (no loopback client required)
* Access to internal trace messages
* Extensible client credential validation (server only)
-* Unit tested (48+ tests)
+* Unit tested (50+ tests)
* Lightweight (only the low level implementation of MQTT, no overhead)
+* Interfaces included for mocking and testing
## Supported frameworks
* .NET Standard 1.3+