diff --git a/HISTORY.md b/HISTORY.md index ce29b5a..efb239b 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,7 @@ +# 2.0.1 + +* Fix potential for null keys in cc_jsonify filter + # 2.0.0 * Rename a number of top level configuration keys to match source keys diff --git a/lib/cloudcannon-jekyll/version.rb b/lib/cloudcannon-jekyll/version.rb index 61a8975..5c96190 100644 --- a/lib/cloudcannon-jekyll/version.rb +++ b/lib/cloudcannon-jekyll/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module CloudCannonJekyll - VERSION = "2.0.0" + VERSION = "2.0.1" end