Skip to content

Commit

Permalink
Merge branch 'release/2.9.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
gabifija committed Mar 26, 2021
2 parents 0fa630a + 9660dea commit a655a42
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
@@ -1,7 +1,10 @@
# Filestack-Ruby Changelog

## 2.9.0 (March 25, 2020)
- Update version of mimemagic gem
## 2.9.1 (March 26, 2021)
- Update version of mimemagic gem to 0.3.9

## 2.9.0 (March 25, 2021)
- Update version of mimemagic gem to 0.3.8

## 2.8.1 (October 1, 2020)
- Add rescue and raises body message on upload
Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
2.9.0
2.9.1
2 changes: 1 addition & 1 deletion filestack-ruby.gemspec
Expand Up @@ -24,7 +24,7 @@ Gem::Specification.new do |spec|

spec.add_dependency "typhoeus", "~> 1.1"
spec.add_dependency "parallel", "~> 1.11", ">= 1.11.2"
spec.add_dependency "mimemagic", "~> 0.3.8"
spec.add_dependency "mimemagic", "~> 0.3.9"
spec.add_dependency "progress_bar"

spec.add_development_dependency "bundler", "~> 1.7"
Expand Down
2 changes: 1 addition & 1 deletion lib/filestack/ruby/version.rb
@@ -1,5 +1,5 @@
module Filestack
module Ruby
VERSION = '2.9.0'.freeze
VERSION = '2.9.1'.freeze
end
end

0 comments on commit a655a42

Please sign in to comment.