Skip to content

Commit

Permalink
Add 1.2.0 changelog and slight doc changes for image sizing
Browse files Browse the repository at this point in the history
  • Loading branch information
zquestz committed Sep 16, 2024
1 parent 452e119 commit 11af078
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@
# Changelog
All notable changes to this project will be documented in this file.

## 1.2.0 - 2024-09-15

### Added
- jwt 2.9.0 support for their updated claims code.

### Deprecated
- Nothing.

### Removed
- Ruby 2.3 and 2.4 support.
- Support for jwt < 2.9.0.

### Fixed
- Fixed image sizing code.
- Rubocop configuration updates.

## 1.1.3 - 2024-08-29

### Added
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ You can configure several options, which you pass in to the `provider` method vi
* `image_aspect_ratio`: The shape of the user's profile picture. Possible values are:
* `original`: Picture maintains its original aspect ratio.
* `square`: Picture presents equal width and height.
* `smart`: Picture presents equal width and height with smart cropping.

Defaults to `original`.

Expand Down

0 comments on commit 11af078

Please sign in to comment.