Skip to content

Commit f787f45

Browse files
committed
Release-prep for 1.1.0
1 parent 7db6d9a commit f787f45

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# 1.1.0
2+
3+
* Adds aggressive caching to reduce rebuild times.
4+
If you need to re-render images for any reason, remove the `.jekyll-cache` folder or change the `_config.yml` file.
5+
6+
* Changes default quality to 85, and instead strips alls comments.
7+
This results in better quality pictures with less size.
8+
9+
# 1.0.0
10+
11+
Initial Release

lib/cheesy-gallery/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
# frozen_string_literal: true
33

44
module CheesyGallery
5-
VERSION = '1.0.0'
5+
VERSION = '1.1.0'
66
end

0 commit comments

Comments
 (0)