Release 💎 3.4.1

This commit is contained in:
Parker Moore 2017-03-02 12:48:31 -05:00
parent 56dfe18c5d
commit 9b91b248ab
No known key found for this signature in database
GPG Key ID: 193CDEBA72063C58
4 changed files with 12 additions and 2 deletions

View File

@ -37,6 +37,10 @@
* Convertible#validate_permalink!: ensure the return value of data["permalink"] is a string before asking if it is empty (#5878)
* Allow abbreviated post dates (#5920)
## 3.4.1 / 2017-03-02
* Backport #5920 for v3.4.x: Allow abbreviated post dates (#5924)
## 3.4.0 / 2017-01-27
### Minor Enhancements

View File

@ -4,6 +4,12 @@ permalink: "/docs/history/"
note: This file is autogenerated. Edit /History.markdown instead.
---
## 3.4.1 / 2017-03-02
{: #v3-4-1}
- Backport [#5920]({{ site.repository }}/issues/5920) for v3.4.x: Allow abbreviated post dates ([#5924]({{ site.repository }}/issues/5924))
## 3.4.0 / 2017-01-27
{: #v3-4-0}

View File

@ -1 +1 @@
3.4.0
3.4.1

View File

@ -1,3 +1,3 @@
module Jekyll
VERSION = "3.4.0".freeze
VERSION = "3.4.1".freeze
end