Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
rphillips-nz committed Sep 15, 2020
1 parent 3a9abbf commit b0b5f4f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/cloudcannon-jekyll/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module CloudCannonJekyll
VERSION = "1.3.3"
VERSION = "1.4.0"
end

0 comments on commit b0b5f4f

Please sign in to comment.