Skip to content

Commit

Permalink
Update change log and bump version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
lardawge committed May 11, 2014
1 parent c1cf17b commit 505a4d0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
@@ -1,8 +1,17 @@

## 0.4.0

### enhancements
* [#175] SuckerPunch v1.0 support (no longer support < 1.0). [janko-m]

### bug fixes
* [#176] Check if record exists before running backgrounder [gdott9]
* [#169] Correctly remove files on update if marked for deletion [sunny]

## 0.3.0

### enhancements
* [#123] Fail silently when record not found in worker.
* [#123] Fail silently when record not found in worker. [DouweM]

## 0.2.2

Expand Down
2 changes: 1 addition & 1 deletion lib/backgrounder/version.rb
@@ -1,5 +1,5 @@
module CarrierWave
module Backgrounder
VERSION = "0.3.0"
VERSION = "0.4.0"
end
end

0 comments on commit 505a4d0

Please sign in to comment.