From accac22fd5b567b02b58f69bd52c84d56d80c4aa Mon Sep 17 00:00:00 2001
From: budparr <budparr@gmail.com>
Date: Mon, 30 Dec 2019 17:37:03 +0000
Subject: [PATCH] v2.5.6
---
package.json | 2 +-
CHANGELOG.md | 9 ++++++++-
2 files changed, 9 insertions(+), 2 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 20f2b74..931cc26 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,7 +7,14 @@
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
-## [2.5.5](https://github.com/budparr/gohugo-theme-ananke/compare/2.5.1...2.5.5) - 2019-11-15
+## [v2.5.6](https://github.com/budparr/gohugo-theme-ananke/compare/v2.5.5...v2.5.6) - 2019-12-30
+
+### Merged
+
+- Use Hugo's built in Site Config for copyright according to PR #199 [`#240`](https://github.com/budparr/gohugo-theme-ananke/pull/240)
+- Add italian translation [`#239`](https://github.com/budparr/gohugo-theme-ananke/pull/239)
+
+## [v2.5.5](https://github.com/budparr/gohugo-theme-ananke/compare/2.5.1...v2.5.5) - 2019-11-15
### Merged
diff --git a/package.json b/package.json
index 19f5b0f..8a0dcba 100755
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "gohugo-default-theme",
- "version": "2.5.5",
+ "version": "2.5.6",
"description": "Base Theme to start Hugo Sites",
"main": "index.js",
"repository": {
--
Gitblit v1.10.0