Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mattstratton/castanet.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md13
-rw-r--r--theme.toml2
2 files changed, 14 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a8270ec..de3e9a5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,18 @@
# Change Log
+## [0.11.0](https://github.com/mattstratton/castanet/tree/0.11.0) (2018-11-17)
+**Implemented enhancements:**
+
+- Feed should pull language code from config file [\#177](https://github.com/mattstratton/castanet/issues/177)
+
+**Closed issues:**
+
+- \[Bug\] Hugo warning when using archetypes that don't contain the string "date" [\#181](https://github.com/mattstratton/castanet/issues/181)
+
+**Merged pull requests:**
+
+- Use language config.toml value in RSS [\#195](https://github.com/mattstratton/castanet/pull/195) ([rajeshduggal](https://github.com/rajeshduggal))
+
## [0.10.0](https://github.com/mattstratton/castanet/tree/0.10.0) (2018-08-03)
**Implemented enhancements:**
diff --git a/theme.toml b/theme.toml
index efdbcc1..578129e 100644
--- a/theme.toml
+++ b/theme.toml
@@ -9,7 +9,7 @@ homepage = "https://github.com/mattstratton/castanet"
tags = ["podcast", "responsive"]
features = ["podcast RSS", "subscribe buttons"]
min_version = 0.36
-theme_version = "0.10.0"
+theme_version = "0.11.0"
[author]
name = "Matt Stratton"