2 files changed, 14 insertions(+), 1 deletions(-)

M History.rdoc
M lib/strelka.rb
M History.rdoc +13 -0
@@ 1,3 1,16 @@ 
+== v0.17.0 [2019-09-18] Mahlon E. Smith <mahlon@martini.nu>
+
+Enhancements:
+
+- Add an 'isolate' switch to the start command
+- Add a 'number' switch to the start command
+
+
+Bugfixes:
+
+- Don't double-stringify negotiated response bodies
+
+
 == v0.16.0 [2019-08-10] Michael Granger <ged@FaerieMUD.org>
 
 Enhancements:

          
M lib/strelka.rb +1 -1
@@ 22,7 22,7 @@ module Strelka
 	extend Loggability
 
 	# Library version constant
-	VERSION = '0.16.0'
+	VERSION = '0.17.0'
 
 	# Version-control revision constant
 	REVISION = %q$Revision$