Skip to content

Commit

Permalink
Bump 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
palkan committed Oct 27, 2023
1 parent c8d78f5 commit 61cd4f8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,12 @@

## master

## 0.2.0 (2023-10-26)

- Improved `resize_and_pad` support. ([@palkan][])

- Support short URLs for S3/GCS. ([@palkan][])

## 0.1.0 (2023-09-21)

- Initial implementation. ([@Bakaface][])
Expand Down
2 changes: 1 addition & 1 deletion lib/imgproxy-rails/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module ImgproxyRails
VERSION = "0.1.0"
VERSION = "0.2.0"
end

0 comments on commit 61cd4f8

Please sign in to comment.