Bump patch version, update history.
2 files changed, 12 insertions(+), 1 deletions(-)

M History.rdoc
M lib/inversion.rb
M History.rdoc +11 -0
@@ 1,3 1,14 @@ 
+= Release History for inversion
+
+---
+
+== v1.3.1 [2020-09-29] Michael Granger <ged@faeriemud.org>
+
+Improvements:
+
+- Only use SafeYAML if it's already loaded
+- Handle HTML encoding for uriencoding tag ourselves
+
 
 == v1.3.0 [2020-04-08] Mahlon E. Smith <mahlon@martini.nu>
 

          
M lib/inversion.rb +1 -1
@@ 26,7 26,7 @@ module Inversion
 	warn ">>> Inversion requires Ruby 2.4.0 or later. <<<" if RUBY_VERSION < '2.4.0'
 
 	# Library version constant
-	VERSION = '1.3.0'
+	VERSION = '1.3.1'
 
 	# Version-control revision constant
 	REVISION = %q$Revision$