From d8d1cee6e97c0e749dd5aab7c58fb1b4ea0c056b Mon Sep 17 00:00:00 2001 From: James Hamann Date: Tue, 3 Jul 2018 09:36:50 +0100 Subject: [PATCH] builds version 0.6.1 --- CHANGELOG.md | 8 ++++++++ README.md | 5 +++-- material-theme.gemspec | 2 +- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a7300142..13bd037f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## [0.6.1] - 2018-07-03 +### Additions +* Addresses [issue #38](https://github.com/jameshamann/jekyll-material-theme/issues/38) +Adds ability to remove/show copyright text and symbol, set in config file. +Suggested by [rajido](https://github.com/rajido). + + + ## [0.6.0] - 2018-02-23 ### Fixes * Fixes [issue #25](https://github.com/jameshamann/jekyll-material-theme/pull/25), Back link on post. diff --git a/README.md b/README.md index fc8cf6d6..ac84b023 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,9 @@ A Jekyll Theme based on [Material Design](https://material.io/) using [Materialize](http://materializecss.com/). -![CircleCI](https://img.shields.io/circleci/project/github/jameshamann/jekyll-material-theme.svg?style=for-the-badge) -![Gem](https://img.shields.io/gem/dt/jekyll-material-theme.svg?style=for-the-badge) ![Gem](https://img.shields.io/gem/v/jekyll-material-theme.svg?style=for-the-badge) +[![CircleCI](https://circleci.com/gh/jameshamann/jekyll-material-theme/tree/master.svg?style=svg)](https://circleci.com/gh/jameshamann/jekyll-material-theme/tree/master) + +[![Gem Version](https://badge.fury.io/rb/jekyll-material-theme.svg)](https://badge.fury.io/rb/jekyll-material-theme) ## Examples diff --git a/material-theme.gemspec b/material-theme.gemspec index 446f59f9..0fe985b6 100644 --- a/material-theme.gemspec +++ b/material-theme.gemspec @@ -2,7 +2,7 @@ Gem::Specification.new do |spec| spec.name = "jekyll-material-theme" - spec.version = "0.6.0" + spec.version = "0.6.1" spec.authors = ["James Hamann"] spec.email = ["jameshamann0@gmail.com"]