Skip to content

Commit

Permalink
Updated NEWS and bumped up version for 0.5.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
njh committed Apr 16, 2017
1 parent 3330877 commit d76a55e
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
Ruby MQTT NEWS
==============

Ruby MQTT Version 0.5.0 (2016-04-16)
------------------------------------

* Switched default protocol version to 3.1.1
* Added support for Server Name Identification (SNI)
* Fix for unescaping user/password in URI
* Fix for bug in MQTT::Proxy class
* Add the ability to ignore retained packets when subscribed.
* Fix problem of wrong Puback packet ID
* Don't keepalive ping if disconnected
* Immediately close socket after failed Connack
* FakeServer improvements
* Fix for working with mathn library.


Ruby MQTT Version 0.4.0 (2016-06-27)
------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion lib/mqtt/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module MQTT
# The version number of the MQTT gem
VERSION = "0.4.0"
VERSION = "0.5.0"
end

0 comments on commit d76a55e

Please sign in to comment.