Skip to content

Commit

Permalink
Bump to 0.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
afaundez committed Sep 11, 2019
1 parent 07b27e1 commit e160d97
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,11 @@ 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).

## [Unreleased]

## [0.2.8] - 2019-09-11
### Changed
- Upgrade mini_magick 4.9.4 in gemspec for security fix
- Update gemspec to support Jekyll 4.0

## [0.2.7] - 2019-05-27
### Fixed
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
jekyll-favicon (0.2.7)
jekyll-favicon (0.2.8)
jekyll (>= 3.0, < 5.0)
mini_magick (>= 4.9.4)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ sudo apt install librsvg2-bin
Add this line to your application's Gemfile:

```ruby
gem 'jekyll-favicon', '~> 0.2.7', group: :jekyll_plugins
gem 'jekyll-favicon', '~> 0.2.8', group: :jekyll_plugins
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion lib/jekyll/favicon/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Jekyll
module Favicon
VERSION = '0.2.7'.freeze
VERSION = '0.2.8'.freeze
end
end

0 comments on commit e160d97

Please sign in to comment.