Skip to content

Commit

Permalink
bumps version to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
emrekutlu committed Feb 2, 2018
1 parent f1bc9ec commit 037dfeb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,9 @@
# Changelog

## 1.0.1 (February 2, 2018)
* Bug Fix: removes wrong png extension for tmp files
* Security: upgrades paperclip dependency to >= 5.2.1

## 1.0.0 (November 28, 2017)
* Feature: adds `command` option
* Improvement: upgrades os dependency to 1.0.0
Expand Down
2 changes: 1 addition & 1 deletion paperclip-compression.gemspec
Expand Up @@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)

Gem::Specification.new do |s|
s.name = 'paperclip-compression'
s.version = '1.0.0'
s.version = '1.0.1'
s.summary = 'Image compression for Paperclip'
s.description = 'JPEG and PNG compression for Paperclip gem'
s.author = 'İ. Emre Kutlu'
Expand Down

0 comments on commit 037dfeb

Please sign in to comment.