Skip to content

Commit

Permalink
Prep 4.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tdreyno committed Nov 9, 2022
1 parent 08c5061 commit a44adc4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# master

# 4.4.3

- Lock haml to < 6.0 (#2570)
- Allow url_for to override current_resource (#2567)
- Allow users to use Active Support 7.0 (#2552

# 4.4.2

- Use compiled regex for performance improvement (#2502)
Expand Down
2 changes: 1 addition & 1 deletion middleman-core/lib/middleman-core/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Middleman
# Current Version
# @return [String]
VERSION = '4.4.2'.freeze unless const_defined?(:VERSION)
VERSION = '4.4.3'.freeze unless const_defined?(:VERSION)
end

0 comments on commit a44adc4

Please sign in to comment.