Skip to content

Commit

Permalink
chore(release): 4.0.2 (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
ericdeansanchez committed Jul 31, 2020
1 parent 83adc1d commit abb4cc6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,9 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [4.0.2](https://github.com/imgix/imgix-rb/compare/4.0.1...4.0.2) - July 31, 2020
- fix: replace `opts[:host`] with `opts[:domain]` to resolve deprecation warnings ([#96](https://github.com/imgix/imgix-rails/pull/96))

## [4.0.1](https://github.com/imgix/imgix-rb/compare/4.0.0...4.0.1) - June 10, 2020

- fix: update rake version ([#94](https://github.com/imgix/imgix-rails/pull/94))
Expand Down
2 changes: 1 addition & 1 deletion lib/imgix/rails/version.rb
@@ -1,5 +1,5 @@
module Imgix
module Rails
VERSION = '4.0.1'
VERSION = '4.0.2'
end
end

0 comments on commit abb4cc6

Please sign in to comment.