Skip to content

Commit

Permalink
Bump version to 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
odlp committed Jun 16, 2020
1 parent 49d4131 commit eb12e12
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 1.5.0

- Auto-detect any available image processing libraries
- Reduce bandwidth usage by using ZIP format where possible

Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ GIT
PATH
remote: .
specs:
remove_bg (1.4.1)
remove_bg (1.5.0)
faraday (>= 0.15, < 2)
image_processing (>= 1.9, < 2)
rubyzip (>= 2.0, < 3)
Expand All @@ -33,7 +33,7 @@ GEM
dotenv (2.7.5)
faraday (1.0.1)
multipart-post (>= 1.2, < 3)
ffi (1.12.2)
ffi (1.13.1)
hashdiff (1.0.1)
image_processing (1.11.0)
mini_magick (>= 4.9.5, < 5)
Expand Down
2 changes: 1 addition & 1 deletion lib/remove_bg/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module RemoveBg
VERSION = "1.4.1"
VERSION = "1.5.0"
end

0 comments on commit eb12e12

Please sign in to comment.