Skip to content

Commit

Permalink
Update version to 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rphillips-cc committed Feb 23, 2023
1 parent c95eedd commit e888060
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 4.0.0

* Assign files to collections based on paths rather than matching Jekyll collection

# 3.2.4

* Revert changes to Jekyll Paginate behaviour
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 = '3.2.4'
VERSION = '4.0.0'
end

0 comments on commit e888060

Please sign in to comment.