From b0b5f4f250914fd3f735d30efc0a7f866a875089 Mon Sep 17 00:00:00 2001 From: Ross Phillips Date: Wed, 16 Sep 2020 11:37:18 +1200 Subject: [PATCH] Bump version --- HISTORY.md | 6 ++++++ lib/cloudcannon-jekyll/version.rb | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index d57b816..284236f 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,9 @@ +# 1.4.0 + +* Fix typo for collections key in older Jekyll versions +* Change date format to ISO8601 +* Validate against new version of config schema + # 1.3.3 * Add gem information and time to output config file diff --git a/lib/cloudcannon-jekyll/version.rb b/lib/cloudcannon-jekyll/version.rb index a173043..8235a1e 100644 --- a/lib/cloudcannon-jekyll/version.rb +++ b/lib/cloudcannon-jekyll/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module CloudCannonJekyll - VERSION = "1.3.3" + VERSION = "1.4.0" end