Skip to content

Commit 11af078

Browse files
committed
Add 1.2.0 changelog and slight doc changes for image sizing
1 parent 452e119 commit 11af078

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,22 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4+
## 1.2.0 - 2024-09-15
5+
6+
### Added
7+
- jwt 2.9.0 support for their updated claims code.
8+
9+
### Deprecated
10+
- Nothing.
11+
12+
### Removed
13+
- Ruby 2.3 and 2.4 support.
14+
- Support for jwt < 2.9.0.
15+
16+
### Fixed
17+
- Fixed image sizing code.
18+
- Rubocop configuration updates.
19+
420
## 1.1.3 - 2024-08-29
521

622
### Added

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ You can configure several options, which you pass in to the `provider` method vi
6464
* `image_aspect_ratio`: The shape of the user's profile picture. Possible values are:
6565
* `original`: Picture maintains its original aspect ratio.
6666
* `square`: Picture presents equal width and height.
67+
* `smart`: Picture presents equal width and height with smart cropping.
6768

6869
Defaults to `original`.
6970

0 commit comments

Comments
 (0)