Skip to content

Commit

Permalink
Release 💎 3.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pathawks committed Mar 21, 2017
1 parent 93a6ee6 commit 610d461
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
4 changes: 4 additions & 0 deletions History.markdown
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 3.4.3 / 2017-03-21

* Backport #5957 for v3.4.x: Allow colons in `uri_escape` filter (#5968)

## 3.4.2 / 2017-03-09

* Backport #5871 for v3.4.x: Convert StaticFile liquid representation to
Expand Down
6 changes: 6 additions & 0 deletions docs/_docs/history.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ permalink: "/docs/history/"
note: This file is autogenerated. Edit /History.markdown instead.
---

## 3.4.3 / 2017-03-21
{: #v3-4-3}

- Backport [#5957]({{ site.repository }}/issues/5957) for v3.4.x: Allow colons in `uri_escape` filter ([#5968]({{ site.repository }}/issues/5968))


## 3.4.2 / 2017-03-09
{: #v3-4-2}

Expand Down
2 changes: 1 addition & 1 deletion docs/latest_version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.4.2
3.4.3
2 changes: 1 addition & 1 deletion lib/jekyll/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Jekyll
VERSION = "3.4.2".freeze
VERSION = "3.4.3".freeze
end

0 comments on commit 610d461

Please sign in to comment.