Skip to content

Commit

Permalink
chore(release): 3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Sherwin H committed Nov 20, 2019
1 parent c762fc1 commit 3f04c7e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [3.2.1](https://github.com/imgix/imgix-rb/compare/3.2.0...3.2.1) - November 15, 2019

* fix: duplicate entries when using `min_width` or `max_width` ([#59](https://github.com/imgix/imgix-rb/pull/59))

## [3.2.0](https://github.com/imgix/imgix-rb/compare/3.1.1...3.2.0) - November 15, 2019

* feat: append variable qualities to dpr srcsets ([#58](https://github.com/imgix/imgix-rb/pull/58))
Expand Down
2 changes: 1 addition & 1 deletion lib/imgix/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Imgix
VERSION = '3.2.0'
VERSION = '3.2.1'
end

0 comments on commit 3f04c7e

Please sign in to comment.