diff --git a/CHANGELOG.md b/CHANGELOG.md index 20f2b74..931cc26 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 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": {